3
0
Fork 0
forked from mirrors/nixpkgs

sabnzbd: 3.3.1 -> 3.4.0

This commit is contained in:
R. RyanTM 2021-09-18 13:38:18 +00:00
parent a1ac5195b2
commit 3fd2e2b7f8

View file

@ -20,14 +20,14 @@ let
]);
path = lib.makeBinPath [ par2cmdline unrar unzip p7zip ];
in stdenv.mkDerivation rec {
version = "3.3.1";
version = "3.4.0";
pname = "sabnzbd";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "sha256-OcasqRu6nh9hKepMbXVgZ49MeJTlWK+qPSkiBPgmYYo=";
sha256 = "sha256-zax+PuvCmYOlEhRmiCp7UOd9VI0i8dbgTPyTtqLuGUM=";
};
nativeBuildInputs = [ makeWrapper ];