summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-01-24 11:42:18 -0500
committerGitHub <noreply@github.com>2021-01-24 11:42:18 -0500
commit91804ed0ce1eb864e3e14628939b8be83fe83162 (patch)
tree129e102a644eb4e1bc68f58873f1b7a760c6cc0c /pkgs/applications/misc
parent75880b72946a17cfd1fc8aa21e4b67cb10eccc51 (diff)
parentbc87d55b5ac3f5ed4565b1f180de5a20d78e3145 (diff)
Merge pull request #110420 from r-ryantm/auto-update/fetchmail
fetchmail: 6.4.14 -> 6.4.15
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 cae6232a727e..01493e131817 100644
--- a/pkgs/applications/misc/fetchmail/default.nix
+++ b/pkgs/applications/misc/fetchmail/default.nix
@@ -1,7 +1,7 @@
{ lib, stdenv, fetchurl, openssl }:
let
- version = "6.4.14";
+ version = "6.4.15";
in
stdenv.mkDerivation {
pname = "fetchmail";
@@ -9,7 +9,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "mirror://sourceforge/fetchmail/fetchmail-${version}.tar.xz";
- sha256 = "1jxxb3qyrh7118fwqa3bhirjh97j2w8r71s8vcb6vp3w1wwhfis2";
+ sha256 = "sha256-c1shdHSTfhPPzeotQqNGv2hIfg1h7+vk0Nnt3LOia5Y=";
};
buildInputs = [ openssl ];