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