summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichele Guerini Rocco <rnhmjoj@users.noreply.github.com>2022-11-15 01:56:54 +0100
committerGitHub <noreply@github.com>2022-11-15 01:56:54 +0100
commit043ab4d08ef5f1a7c200e059a353787a2510dbc2 (patch)
treee62b39dc1f27487aac1cf299deae512a5b9ed32d
parentcac5c55ed46c606e20f86a07e3194e6d9bcb382b (diff)
parentaf8d5c5185eb365623360652c4321a3cc36409ed (diff)
Merge pull request #201260 from r-ryantm/auto-update/mutt
mutt: 2.2.8 -> 2.2.9
-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 a2dc79559346d..dfa92fc42c98e 100644
--- a/pkgs/applications/networking/mailreaders/mutt/default.nix
+++ b/pkgs/applications/networking/mailreaders/mutt/default.nix
@@ -21,12 +21,12 @@
 
 stdenv.mkDerivation rec {
   pname = "mutt";
-  version = "2.2.8";
+  version = "2.2.9";
   outputs = [ "out" "doc" "info" ];
 
   src = fetchurl {
     url = "http://ftp.mutt.org/pub/mutt/${pname}-${version}.tar.gz";
-    sha256 = "A/PSN6LuKh0WM2QXyaXxe0nPcEXu/qYCHwggu/hdClM=";
+    sha256 = "+lMbIx1Y/h8wztoO1iZoPqnr37ds5H74uyfC93Qiz/s=";
   };
 
   patches = lib.optional smimeSupport (fetchpatch {