nzbhydra2: 7.13.0 -> 7.13.2

This commit is contained in:
R. Ryantm 2025-05-28 19:55:23 +00:00
parent 6ed432a97e
commit 4cd0663ebe

View file

@ -10,11 +10,11 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "nzbhydra2"; pname = "nzbhydra2";
version = "7.13.0"; version = "7.13.2";
src = fetchzip { src = fetchzip {
url = "https://github.com/theotherp/nzbhydra2/releases/download/v${version}/nzbhydra2-${version}-generic.zip"; url = "https://github.com/theotherp/nzbhydra2/releases/download/v${version}/nzbhydra2-${version}-generic.zip";
hash = "sha256-jMiSVzAulM7xs6Z3KYIFHjJHx8dWFVbr/PqNeItV81g="; hash = "sha256-l2BBbNW6Yy6oFXYNhqKNscBg7x/vNJNh7LD+AbXDdd4=";
stripRoot = false; stripRoot = false;
}; };