about summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders/mutt
diff options
context:
space:
mode:
authorrnhmjoj <rnhmjoj@inventati.org>2021-06-17 21:47:57 +0200
committerrnhmjoj <rnhmjoj@inventati.org>2021-06-17 21:47:57 +0200
commit2ae3954b824d3dc407cf8241f77416f5081db511 (patch)
tree4389d1e239f87180edafb2c3ac3537eb141b1868 /pkgs/applications/networking/mailreaders/mutt
parent6a8843c758a7614ba0aec6ccefc1ea8ec9f16919 (diff)
mutt: 2.0.7 -> 2.1.0
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 b5f938b264ec3..1428fa6a4287b 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.0.7";
+  version = "2.1.0";
 
   src = fetchurl {
     url = "http://ftp.mutt.org/pub/mutt/${pname}-${version}.tar.gz";
-    sha256 = "sha256-lXaIxqUhVhmS1PLyfPn+sjnHxsAELGBhwOR0p90mzJE=";
+    sha256 = "0dqd6gg1wwhxjgdfl8j0kf93mw43kvd6wrwrzkscq2wjrsy5p0w0";
   };
 
   patches = optional smimeSupport (fetchpatch {