lol

nzbhydra2: 7.15.1 -> 7.15.3 (#422325)

authored by

Matteo Pacini and committed by
GitHub
2ea74ae6 e9e4bf10

+2 -2
+2 -2
pkgs/by-name/nz/nzbhydra2/package.nix
··· 10 10 }: 11 11 stdenv.mkDerivation rec { 12 12 pname = "nzbhydra2"; 13 - version = "7.15.1"; 13 + version = "7.15.3"; 14 14 15 15 src = fetchzip { 16 16 url = "https://github.com/theotherp/nzbhydra2/releases/download/v${version}/nzbhydra2-${version}-generic.zip"; 17 - hash = "sha256-snoJrPrls78+KRSLNEERS6CYOk0DUv3IyZG9Bz72Mgo="; 17 + hash = "sha256-zVRiJ2giwxeNDVBCpYpkAmMn+kf2c9+YbAkUn7LOkkM="; 18 18 stripRoot = false; 19 19 }; 20 20