about summary refs log tree commit diff
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorlewo <lewo@abesis.fr>2021-12-11 09:05:32 +0100
committerGitHub <noreply@github.com>2021-12-11 09:05:32 +0100
commit6d3471e55e61e1069e96c4acef07c8fafe949f3d (patch)
tree93a39d670d94c9c7d4a3adc96d30c6b811c1fc1d /pkgs/applications/misc
parent57a8be730371f9c5dd14451f0e0756b4d5a8b5fa (diff)
parentaff7a60e9384141c61b807e9e31e6808f50eaae5 (diff)
Merge pull request #150189 from r-ryantm/auto-update/fetchmail
fetchmail: 6.4.22 -> 6.4.24
Diffstat (limited to 'pkgs/applications/misc')
-rw-r--r--pkgs/applications/misc/fetchmail/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/fetchmail/default.nix b/pkgs/applications/misc/fetchmail/default.nix
index f16e2a87a6849..c790fa3bb55e0 100644
--- a/pkgs/applications/misc/fetchmail/default.nix
+++ b/pkgs/applications/misc/fetchmail/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "fetchmail";
-  version = "6.4.22";
+  version = "6.4.24";
 
   src = fetchurl {
     url = "mirror://sourceforge/fetchmail/fetchmail-${version}.tar.xz";
-    sha256 = "sha256-zGgYvVlDVgIWn6KS1tFj1Wshx/UxEoKUcKOs6r5hLIQ=";
+    sha256 = "sha256-nJYd8lzZIvU5IYsLVqd+ekd3jkntkH7apbSUGtOyU88=";
   };
 
   buildInputs = [ openssl ];