pkgs/homer: update

This commit is contained in:
Felix Buehler 2022-11-30 14:57:00 +01:00
parent 3534ccfe76
commit ea7e49e453

View file

@ -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;
};