pkgs/homer: update to 23.02.1

This commit is contained in:
Felix Buehler 2023-02-08 00:51:24 +01:00
parent 1ec37a6bc3
commit f03b4e4bd1

View file

@ -1,13 +1,11 @@
{ stdenv, fetchzip }: { stdenv, fetchzip }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "homer"; pname = "homer";
version = "22.11.2"; version = "23.02.1";
src = fetchzip { src = fetchzip {
urls = [ url = "https://github.com/bastienwirtz/homer/releases/download/v${version}/homer.zip";
"https://github.com/bastienwirtz/homer/releases/download/v${version}/homer.zip" hash = "sha256-cCr2Qc534vbzxJp905cFEa+KHIpMMTIzXnZ+qunmkz0=";
];
sha256 = "sha256-kqD7hm4W51MTSxiYd+6O8Dbnf3c3E60av7x0HYVcAPQ=";
stripRoot = false; stripRoot = false;
}; };