about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorAdam C. Stephens <2071575+adamcstephens@users.noreply.github.com>2024-03-11 11:34:32 -0400
committerGitHub <noreply@github.com>2024-03-11 11:34:32 -0400
commit9bc6d4892b09388bcff3e8ff89d5b8576b0794e5 (patch)
tree0e6f3e01b771e926bce2407f8cb7883eadd7c8f2 /pkgs/servers
parentc3e505377665929ef786edb95fcc722b1ebf8363 (diff)
parent37747ff0637f160d7b03fba946f4bfdf7a6e655e (diff)
Merge pull request #294976 from r-ryantm/auto-update/sabnzbd
sabnzbd: 4.2.2 -> 4.2.3
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/sabnzbd/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/sabnzbd/default.nix b/pkgs/servers/sabnzbd/default.nix
index a7035426fdf92..4f2217be346fb 100644
--- a/pkgs/servers/sabnzbd/default.nix
+++ b/pkgs/servers/sabnzbd/default.nix
@@ -47,14 +47,14 @@ let
   ]);
   path = lib.makeBinPath [ coreutils par2cmdline-turbo unrar unzip p7zip util-linux ];
 in stdenv.mkDerivation rec {
-  version = "4.2.2";
+  version = "4.2.3";
   pname = "sabnzbd";
 
   src = fetchFromGitHub {
     owner = pname;
     repo = pname;
     rev = version;
-    sha256 = "sha256-e5MjsBFUeQ1FMgMIuTDAmAUqf9BaM+ic2qpd1GVZEAw=";
+    sha256 = "sha256-DM+sgrb7Zvtvp0th8GlOloSBcD8mG1RYyM91+uvCOgU=";
   };
 
   nativeBuildInputs = [ makeWrapper ];