Unverified Commit 585a5acd authored by isabel's avatar isabel Committed by GitHub
Browse files

nzbhydra2: 7.16.0 -> 7.16.1 (#439956)

parents 42673b99 55537e9a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,11 +10,11 @@
}:
stdenv.mkDerivation rec {
  pname = "nzbhydra2";
  version = "7.16.0";
  version = "7.16.1";

  src = fetchzip {
    url = "https://github.com/theotherp/nzbhydra2/releases/download/v${version}/nzbhydra2-${version}-generic.zip";
    hash = "sha256-BgMTR4vj+JTzxJDPJhpvkYjTav68O7d1POXDMbQMOvQ=";
    hash = "sha256-B7rqsSRLQrsMA049/SSnH7f5MCtU72rgQnO1UB/EG1Y=";
    stripRoot = false;
  };