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

nzbhydra2: 7.16.1 -> 7.16.3 (#442956)

parents fe64257e 5be8a792
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.1";
  version = "7.16.3";

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