Merge pull request #105553 from r-ryantm/auto-update/sabnzbd

sabnzbd: 3.0.1 -> 3.1.1
This commit is contained in:
Sandro 2020-12-01 10:45:38 +01:00 committed by GitHub
commit 6a16833921
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,14 +20,14 @@ let
]);
path = stdenv.lib.makeBinPath [ par2cmdline unrar unzip p7zip ];
in stdenv.mkDerivation rec {
version = "3.0.1";
version = "3.1.1";
pname = "sabnzbd";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "1zp8cxz56qmai1z6xcscnq85gxhv64dv1s5zqsqdn0zpbxyqqdlr";
sha256 = "0m39r2il7d014kf2p6v28lw2hzshm6bhhdchqa8wzyvvmygqmwf2";
};
buildInputs = [ pythonEnv makeWrapper ];