Skip to content

Commit c906f3d

Browse files
Merge pull request #278624 from r-ryantm/auto-update/sabnzbd
sabnzbd: 4.1.0 -> 4.2.0
2 parents 8949c5d + 150aab9 commit c906f3d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pkgs/development/python-modules/sabctools/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
}:
77
buildPythonPackage 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"];

pkgs/servers/sabnzbd/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ let
4747
]);
4848
path = lib.makeBinPath [ coreutils par2cmdline unrar unzip p7zip util-linux ];
4949
in 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 ];

0 commit comments

Comments
 (0)