Unverified Commit 6083c9e1 authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

sabnzbd: 4.3.3 -> 4.4.0 (#364365)

parents 9fea9f4f 853a77c9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -72,14 +72,14 @@ let
  ];
in
stdenv.mkDerivation rec {
  version = "4.3.3";
  version = "4.4.0";
  pname = "sabnzbd";

  src = fetchFromGitHub {
    owner = pname;
    repo = pname;
    rev = version;
    hash = "sha256-WJ58OawPSICCWMWQ042T4OmK5UBRZRU5tnLYxGPbDPc=";
    hash = "sha256-GzNQKPk/+2wbybp7HSAoBAv0cOuszKKCi+eBopLZeXk=";
  };

  nativeBuildInputs = [ makeWrapper ];