Unverified Commit 1e91de32 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #333813 from r-ryantm/auto-update/nzbhydra2

nzbhydra2: 7.3.0 -> 7.4.0
parents dc2268e9 63c5dcaf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,11 +9,11 @@
}:
stdenv.mkDerivation rec {
  pname = "nzbhydra2";
  version = "7.3.0";
  version = "7.4.0";

  src = fetchzip {
    url = "https://github.com/theotherp/${pname}/releases/download/v${version}/${pname}-${version}-generic.zip";
    hash = "sha256-ybI6nCw8yY2XceXiMkION7/p7gl58lrAPpUq6EpManU=";
    hash = "sha256-9ZGnY7ccByexQrBmJeuxEHN2OZeCGdJdSP0lvtKRHOE=";
    stripRoot = false;
  };