Unverified Commit abe0ec96 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

nzbhydra2: 7.13.0 -> 7.13.2 (#411866)

parents 053a5570 4cd0663e
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.13.0";
  version = "7.13.2";

  src = fetchzip {
    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;
  };