mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
pkgs/homer: 23.10.1 -> 24.02.1
This commit is contained in:
parent
19031ba74c
commit
47e871fa5f
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
{ stdenv, fetchzip }:
|
{ stdenv, fetchzip }:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "homer";
|
pname = "homer";
|
||||||
version = "23.10.1";
|
version = "24.02.1";
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "https://github.com/bastienwirtz/homer/releases/download/v${version}/homer.zip";
|
url = "https://github.com/bastienwirtz/homer/releases/download/v${version}/homer.zip";
|
||||||
hash = "sha256-KUEqrjO9LAoigZsQGLy5JrtsXx+HDXaz4Y4Vpba0uNw=";
|
hash = "sha256-McMJuZ84B3BlGHLQf+/ttRe5xAzQuR6qHrH8IjGys2Q=";
|
||||||
stripRoot = false;
|
stripRoot = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue