File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
development/python-modules/sabctools Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66} :
77buildPythonPackage rec {
88 pname = "sabctools" ;
9- version = "7 .1.2 " ; # needs to match version sabnzbd expects, e.g. https://github.com/sabnzbd/sabnzbd/blob/4.0.x/requirements.txt#L3
9+ version = "8 .1.0 " ; # needs to match version sabnzbd expects, e.g. https://github.com/sabnzbd/sabnzbd/blob/4.0.x/requirements.txt#L3
1010 format = "setuptools" ;
1111
1212 src = fetchPypi {
1313 inherit pname version ;
14- hash = "sha256-wDgFXuxclmqMlRXyr9qpruJJcOXfOiOWTZXX53uYEB8 =" ;
14+ hash = "sha256-PYfbmR9wT3SHT+oFyQF2F13g7FgdvY/l9p0D65c/+RU =" ;
1515 } ;
1616
1717 pythonImportsCheck = [ "sabctools" ] ;
Original file line number Diff line number Diff line change 4747 ] ) ;
4848 path = lib . makeBinPath [ coreutils par2cmdline unrar unzip p7zip util-linux ] ;
4949in stdenv . mkDerivation rec {
50- version = "4.1 .0" ;
50+ version = "4.2 .0" ;
5151 pname = "sabnzbd" ;
5252
5353 src = fetchFromGitHub {
5454 owner = pname ;
5555 repo = pname ;
5656 rev = version ;
57- sha256 = "sha256-FN2BKvO9ToTvGdYqgv0wMSPgshMrVybDs9wsBo8MkII =" ;
57+ sha256 = "sha256-ub8CwFcmxfsfhR45M5lVZvCHyzN/7CK4ElS4Q0U4qu8 =" ;
5858 } ;
5959
6060 nativeBuildInputs = [ makeWrapper ] ;
You can’t perform that action at this time.
0 commit comments