sabnzbd: 4.3.2 -> 4.3.3 (#337530)

This commit is contained in:
Adam C. Stephens 2024-08-26 16:10:27 -04:00 committed by GitHub
commit a9372de666
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,8 +15,8 @@
}:
let
sabctoolsVersion = "8.2.0";
sabctoolsHash = "sha256-dOMNZoKWQxHJt6yHiNKVtpnYvLJkK8nktOm+djsSTcM=";
sabctoolsVersion = "8.2.5";
sabctoolsHash = "sha256-ZEC813/JpGPEFL+nXKFAXFfUrrhECCIqONe27LwS00g=";
pythonEnv = python3.withPackages (
ps: with ps; [
@ -72,14 +72,14 @@ let
];
in
stdenv.mkDerivation rec {
version = "4.3.2";
version = "4.3.3";
pname = "sabnzbd";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "sha256-EJf5yTyGbWqS9qaCWdxnJqaSFzVu3h5N3CGGzAEsBtI=";
sha256 = "sha256-WJ58OawPSICCWMWQ042T4OmK5UBRZRU5tnLYxGPbDPc=";
};
nativeBuildInputs = [ makeWrapper ];