mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 01:44:40 +02:00
pkgs/homer: 24.10.2 -> 24.11.1
This commit is contained in:
parent
86ce8169c3
commit
d23f5a0e40
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 = "24.10.2";
|
version = "24.11.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-V4E/KLOzfiCMwdQrXzab2VzjuB0TYpocoYhdUVt4g78=";
|
hash = "sha256-rp9NyUfywKXSt9SRMJI6QOh4IcHsnpiBM/NGM4TLFaE=";
|
||||||
stripRoot = false;
|
stripRoot = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue