Skip to content

Commit

Permalink
sabnzbd: 4.3.2 -> 4.3.3 (#337530)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcstephens authored Aug 26, 2024
2 parents f306ab4 + 5714d92 commit a9372de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/sa/sabnzbd/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; [
Expand Down Expand Up @@ -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 ];
Expand Down

0 comments on commit a9372de

Please sign in to comment.