about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMichele Guerini Rocco <rnhmjoj@users.noreply.github.com>2021-09-02 17:11:06 +0200
committerGitHub <noreply@github.com>2021-09-02 17:11:06 +0200
commite021bd07fccfa0648d464fca666170605187f3f8 (patch)
tree947abbeedecbf35bc9778c44537d60547f4b4ff7 /pkgs/applications
parentf3e49a4ae586a63de31f171f578db8267f4a3b49 (diff)
parent1bb91a2329ec13d0dc3ae91b58b07287b254f35e (diff)
downloadnixlib-e021bd07fccfa0648d464fca666170605187f3f8.tar
nixlib-e021bd07fccfa0648d464fca666170605187f3f8.tar.gz
nixlib-e021bd07fccfa0648d464fca666170605187f3f8.tar.bz2
nixlib-e021bd07fccfa0648d464fca666170605187f3f8.tar.lz
nixlib-e021bd07fccfa0648d464fca666170605187f3f8.tar.xz
nixlib-e021bd07fccfa0648d464fca666170605187f3f8.tar.zst
nixlib-e021bd07fccfa0648d464fca666170605187f3f8.zip
Merge pull request #136412 from rnhmjoj/mutt
mutt: 2.1.1 -> 2.1.2
Diffstat (limited to 'pkgs/applications')
-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 0c2ffdc7fffc..a7b90c284acf 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.1";
+  version = "2.1.2";
 
   src = fetchurl {
     url = "http://ftp.mutt.org/pub/mutt/${pname}-${version}.tar.gz";
-    sha256 = "0jjjvqkqmpj55v111p1a1i2ry7mpd1bpphn1bhvlr18rgw7xdrja";
+    sha256 = "0s9wkygjd7xhvd1zdaidbvszq4abb0iv5830ir65glcfzbdbfak9";
   };
 
   patches = optional smimeSupport (fetchpatch {