about summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders/mutt
diff options
context:
space:
mode:
authorrnhmjoj <rnhmjoj@inventati.org>2020-06-19 00:31:45 +0200
committerrnhmjoj <rnhmjoj@inventati.org>2020-06-19 00:31:45 +0200
commit9e05e7ce38f687c90379d401418758376933cbdd (patch)
treeaafae3bd2cf780fd2ff2f19d55a4dd546a643587 /pkgs/applications/networking/mailreaders/mutt
parent5d58db7a47c535492e2d56ac80c86e95edbed260 (diff)
mutt: 1.14.3 -> 1.14.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 30b3194d590ba..b88e70a168fa8 100644
--- a/pkgs/applications/networking/mailreaders/mutt/default.nix
+++ b/pkgs/applications/networking/mailreaders/mutt/default.nix
@@ -27,11 +27,11 @@ with stdenv.lib;
 
 stdenv.mkDerivation rec {
   pname = "mutt";
-  version = "1.14.3";
+  version = "1.14.4";
 
   src = fetchurl {
     url = "http://ftp.mutt.org/pub/mutt/${pname}-${version}.tar.gz";
-    sha256 = "0wd4cv1c9hqymvml979g607nh3xxmlyx1ifc4r4qf39v6grnsmdi";
+    sha256 = "1hykkq3m7kqic5r7vzg45xaww7415fv5i2d03slzykqb47w5d3na";
   };
 
   patches = optional smimeSupport (fetchpatch {