Skip to content

Commit 7c2a5f4

Browse files
committed
sabnzbd: 4.5.2 -> 4.5.3
1 parent 610ecca commit 7c2a5f4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/sa/sabnzbd/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
}:
1616

1717
let
18-
sabctoolsVersion = "8.2.5";
19-
sabctoolsHash = "sha256-ZEC813/JpGPEFL+nXKFAXFfUrrhECCIqONe27LwS00g=";
18+
sabctoolsVersion = "8.2.6";
19+
sabctoolsHash = "sha256-olZSIjfP2E1tkCG8WzEZfrBJuDEp3PZyFFE5LJODEZE=";
2020

2121
pythonEnv = python3.withPackages (
2222
ps: with ps; [
@@ -72,14 +72,14 @@ let
7272
];
7373
in
7474
stdenv.mkDerivation rec {
75-
version = "4.5.2";
75+
version = "4.5.3";
7676
pname = "sabnzbd";
7777

7878
src = fetchFromGitHub {
7979
owner = "sabnzbd";
8080
repo = "sabnzbd";
8181
rev = version;
82-
hash = "sha256-8Q/6H9DfiVkonsIvlv7Y4yDHrvpE9dB/5KxUff14qkA=";
82+
hash = "sha256-RFvWk+K/5gXMSO4jPOxkl7f+tnMvz+0u4NWPTUEv4dg=";
8383
};
8484

8585
nativeBuildInputs = [ makeWrapper ];

0 commit comments

Comments
 (0)