about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-04-09 11:12:36 -0500
committerGitHub <noreply@github.com>2020-04-09 11:12:36 -0500
commit9ced617cf5761cd38f01052945c1cf840f73fd32 (patch)
treeb4bc32ea60a27daecfacb6ca6c9fd0a78bd9dea0 /pkgs/applications
parentb41b5287e276a8362243d45344a7916a899faeb6 (diff)
parent2058a22a4ce74c5e7584af417e2e2343d44e70e9 (diff)
downloadnixlib-9ced617cf5761cd38f01052945c1cf840f73fd32.tar
nixlib-9ced617cf5761cd38f01052945c1cf840f73fd32.tar.gz
nixlib-9ced617cf5761cd38f01052945c1cf840f73fd32.tar.bz2
nixlib-9ced617cf5761cd38f01052945c1cf840f73fd32.tar.lz
nixlib-9ced617cf5761cd38f01052945c1cf840f73fd32.tar.xz
nixlib-9ced617cf5761cd38f01052945c1cf840f73fd32.tar.zst
nixlib-9ced617cf5761cd38f01052945c1cf840f73fd32.zip
Merge pull request #84821 from r-ryantm/auto-update/fetchmail
fetchmail: 6.4.2 -> 6.4.3
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/misc/fetchmail/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/fetchmail/default.nix b/pkgs/applications/misc/fetchmail/default.nix
index 07691b26b75b..9e3790090272 100644
--- a/pkgs/applications/misc/fetchmail/default.nix
+++ b/pkgs/applications/misc/fetchmail/default.nix
@@ -1,7 +1,7 @@
 { stdenv, fetchurl, openssl }:
 
 let
-  version = "6.4.2";
+  version = "6.4.3";
 in
 stdenv.mkDerivation {
   pname = "fetchmail";
@@ -9,7 +9,7 @@ stdenv.mkDerivation {
 
   src = fetchurl {
     url = "mirror://sourceforge/fetchmail/fetchmail-${version}.tar.xz";
-    sha256 = "0c563if3kribnj771l14aj06irmrlhm61dc68w6dp7zj4qrnn7z2";
+    sha256 = "1r6k14m40ni9114i3j1lr6zwpxky6k89mycgxxg0cpdap4a0wdmh";
   };
 
   buildInputs = [ openssl ];
@@ -17,7 +17,7 @@ stdenv.mkDerivation {
   configureFlags = [ "--with-ssl=${openssl.dev}" ];
 
   meta = {
-    homepage = https://www.fetchmail.info/;
+    homepage = "https://www.fetchmail.info/";
     description = "A full-featured remote-mail retrieval and forwarding utility";
     longDescription = ''
       A full-featured, robust, well-documented remote-mail retrieval and