about summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders/mutt
diff options
context:
space:
mode:
authorSergei Trofimovich <slyich@gmail.com>2021-12-21 19:24:03 +0000
committerSergei Trofimovich <slyich@gmail.com>2021-12-21 19:25:47 +0000
commitde20b501f4f61b474c98cc8e16b8d5dbe138f89f (patch)
treed645edd01a2e825e016b59d8198110e0c14e5092 /pkgs/applications/networking/mailreaders/mutt
parent1de43adf3106bbcee232a578e67ec2b0bb525a2f (diff)
mutt: 2.1.3 -> 2.1.4
Diffstat (limited to 'pkgs/applications/networking/mailreaders/mutt')
-rw-r--r--pkgs/applications/networking/mailreaders/mutt/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/mailreaders/mutt/default.nix b/pkgs/applications/networking/mailreaders/mutt/default.nix
index a94555e7959b1..04c952cb63157 100644
--- a/pkgs/applications/networking/mailreaders/mutt/default.nix
+++ b/pkgs/applications/networking/mailreaders/mutt/default.nix
@@ -27,11 +27,11 @@ with lib;
 
 stdenv.mkDerivation rec {
   pname = "mutt";
-  version = "2.1.3";
+  version = "2.1.4";
 
   src = fetchurl {
     url = "http://ftp.mutt.org/pub/mutt/${pname}-${version}.tar.gz";
-    sha256 = "0z74slnq3y9wr1xr07jigz4n8dgxhk9qb0787sd0j6wj9g4rqxgg";
+    sha256 = "0yfvnjqw9l99kdcr995by3mx5vwad6b530x93yb8ipr3xa1bcq9k";
   };
 
   patches = optional smimeSupport (fetchpatch {