nzbhydra2: 7.15.1 -> 7.15.3

This commit is contained in:
R. Ryantm
2025-07-04 07:44:34 +00:00
parent 2f29d6f3ee
commit 11c147c0bf
+2 -2
View File
@@ -10,11 +10,11 @@
}:
stdenv.mkDerivation rec {
pname = "nzbhydra2";
version = "7.15.1";
version = "7.15.3";
src = fetchzip {
url = "https://github.com/theotherp/nzbhydra2/releases/download/v${version}/nzbhydra2-${version}-generic.zip";
hash = "sha256-snoJrPrls78+KRSLNEERS6CYOk0DUv3IyZG9Bz72Mgo=";
hash = "sha256-zVRiJ2giwxeNDVBCpYpkAmMn+kf2c9+YbAkUn7LOkkM=";
stripRoot = false;
};