mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
pkgs/homer: update
This commit is contained in:
parent
3534ccfe76
commit
ea7e49e453
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
|||
{ stdenv, fetchzip }:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "homer";
|
||||
version = "22.11.1";
|
||||
version = "22.11.2";
|
||||
|
||||
src = fetchzip {
|
||||
urls = [
|
||||
"https://github.com/bastienwirtz/homer/releases/download/v${version}/homer.zip"
|
||||
];
|
||||
sha256 = "sha256-5W+bnPxXAv+svg3zrsiNTjZWrUuR39qKCnGGYY6pBjg=";
|
||||
sha256 = "sha256-kqD7hm4W51MTSxiYd+6O8Dbnf3c3E60av7x0HYVcAPQ=";
|
||||
stripRoot = false;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue