about summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders/mutt
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-04-13 09:06:20 +0200
committerMatthias Beyer <mail@beyermatthias.de>2022-04-13 09:06:20 +0200
commit4d9a820dc791b641611cd73bd52d0e974e22604b (patch)
treee1fa86da1079b3742a70d7e54bbc8a7cc5f36622 /pkgs/applications/networking/mailreaders/mutt
parent02b279323f3b5b031cd8aeb6440d76f0b735855e (diff)
mutt: 2.2.2 -> 2.2.3
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
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 9904e2db362d9..c22c7b2c17e01 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.2.2";
+  version = "2.2.3";
 
   src = fetchurl {
     url = "http://ftp.mutt.org/pub/mutt/${pname}-${version}.tar.gz";
-    sha256 = "1k0ghbpc4gn3sydbw10xv9djin9grk1pkxdwynrw0iknyc68gphh";
+    sha256 = "12cds5qm0x51wj1bz1a2f4q4qwbyfssq9pnisxz48ks5mg6xv2lp";
   };
 
   patches = optional smimeSupport (fetchpatch {