[Backport release-25.05] sabnzbd: 4.5.2 -> 4.5.3 (#441771)

This commit is contained in:
Adam C. Stephens
2025-09-10 09:18:55 -05:00
committed by GitHub

View File

@@ -15,8 +15,8 @@
}:
let
sabctoolsVersion = "8.2.5";
sabctoolsHash = "sha256-ZEC813/JpGPEFL+nXKFAXFfUrrhECCIqONe27LwS00g=";
sabctoolsVersion = "8.2.6";
sabctoolsHash = "sha256-olZSIjfP2E1tkCG8WzEZfrBJuDEp3PZyFFE5LJODEZE=";
pythonEnv = python3.withPackages (
ps: with ps; [
@@ -72,14 +72,14 @@ let
];
in
stdenv.mkDerivation rec {
version = "4.5.2";
version = "4.5.3";
pname = "sabnzbd";
src = fetchFromGitHub {
owner = "sabnzbd";
repo = "sabnzbd";
rev = version;
hash = "sha256-8Q/6H9DfiVkonsIvlv7Y4yDHrvpE9dB/5KxUff14qkA=";
hash = "sha256-RFvWk+K/5gXMSO4jPOxkl7f+tnMvz+0u4NWPTUEv4dg=";
};
nativeBuildInputs = [ makeWrapper ];