nzbhydra2: 7.19.1 -> 7.19.2

This commit is contained in:
R. Ryantm
2025-10-06 10:20:23 +00:00
parent 0bcf98ab2f
commit e012f988fd
+2 -2
View File
@@ -10,11 +10,11 @@
}:
stdenv.mkDerivation rec {
pname = "nzbhydra2";
version = "7.19.1";
version = "7.19.2";
src = fetchzip {
url = "https://github.com/theotherp/nzbhydra2/releases/download/v${version}/nzbhydra2-${version}-generic.zip";
hash = "sha256-eR+mYtVWRg+2HWAFmyCpb9hNdsS+U3QMBpO1r4LvQVM=";
hash = "sha256-QFE8Zr7HGfMioiXWUKp5UvofK5IBb+gLpm1ytAEl3HM=";
stripRoot = false;
};