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

nzbhydra2: 7.11.0 -> 7.11.3 (#372105)

parents 615478d4 9fb9ef51
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.11.0";
  version = "7.11.3";

  src = fetchzip {
    url = "https://github.com/theotherp/nzbhydra2/releases/download/v${version}/nzbhydra2-${version}-generic.zip";
    hash = "sha256-vFPpBM438TU9kthrt80soNki0T34j6EktWYhvIJNhWw=";
    hash = "sha256-OR0Yk0tVajfMtMHisWqBbLeCScgenjyYTmNWTcMG/KE=";
    stripRoot = false;
  };