sabnzbd: 3.4.2 -> 3.5.0

This commit is contained in:
R. Ryantm 2022-01-29 09:45:15 +00:00 committed by Jonathan Ringer
parent 69686e74a4
commit dc025b0568

View File

@ -23,14 +23,14 @@ let
]);
path = lib.makeBinPath [ par2cmdline unrar unzip p7zip ];
in stdenv.mkDerivation rec {
version = "3.4.2";
version = "3.5.0";
pname = "sabnzbd";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "sha256-Pl2i/k5tilPvMWLRtzZ2imOJQdZYKDAz8bt847ZAXF8=";
sha256 = "sha256-Ay+y02kvFuwefT6f/8orClMiBK201AwSEWnPKgoeOFQ=";
};
nativeBuildInputs = [ makeWrapper ];