Unverified Commit 8cc83ab4 authored by Matteo Pacini's avatar Matteo Pacini Committed by GitHub
Browse files

nzbhydra2: 7.12.3 -> 7.13.0 (#402617)

parents db3f3432 fd85b6e1
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.12.3";
  version = "7.13.0";

  src = fetchzip {
    url = "https://github.com/theotherp/nzbhydra2/releases/download/v${version}/nzbhydra2-${version}-generic.zip";
    hash = "sha256-uTtkMusIhDbD+CojOSJ59Kqo6iSuIqWLqd6T5tYuX4k=";
    hash = "sha256-jMiSVzAulM7xs6Z3KYIFHjJHx8dWFVbr/PqNeItV81g=";
    stripRoot = false;
  };