sabnzbd: 4.5.2 -> 4.5.3

This commit is contained in:
R. Ryantm
2025-09-05 21:29:12 +00:00
parent 610eccade1
commit 7c2a5f45e5

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 ];