sabnzbd: 2.3.7 -> 2.3.8 (#58357)

This commit is contained in:
rembo10 2019-03-30 23:34:55 +00:00 committed by xeji
parent dd4e17159c
commit 62d0aecad3

View File

@ -4,7 +4,7 @@ let
pythonEnv = python2.withPackages(ps: with ps; [ cryptography cheetah yenc sabyenc ]); pythonEnv = python2.withPackages(ps: with ps; [ cryptography cheetah yenc sabyenc ]);
path = stdenv.lib.makeBinPath [ par2cmdline unrar unzip p7zip ]; path = stdenv.lib.makeBinPath [ par2cmdline unrar unzip p7zip ];
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
version = "2.3.7"; version = "2.3.8";
pname = "sabnzbd"; pname = "sabnzbd";
name = "${pname}-${version}"; name = "${pname}-${version}";
@ -12,7 +12,7 @@ in stdenv.mkDerivation rec {
owner = pname; owner = pname;
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "08bk2ignm50ki2bqwwl0q9pia7v91cixr5b1yibz6qxsyfprk0mj"; sha256 = "1kdm2gv4mpdmyzfm9mfv26yxvjks8ii7c12hprp1zrmcindxg03g";
}; };
buildInputs = [ pythonEnv makeWrapper ]; buildInputs = [ pythonEnv makeWrapper ];