summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2019-09-22 10:13:26 +0200
committerMatthias Beyer <mail@beyermatthias.de>2019-09-22 10:13:26 +0200
commit2d1ee0e98122ccb9de87c171327cfb98c6320dc8 (patch)
tree9b3a48667225156d4114e2eed07e079e639b7fb6 /pkgs/applications/networking/mailreaders
parentf51c0f66713c8ca5affc59385f2daa14d556b023 (diff)
downloadnixpkgs-2d1ee0e98122ccb9de87c171327cfb98c6320dc8.tar
nixpkgs-2d1ee0e98122ccb9de87c171327cfb98c6320dc8.tar.gz
nixpkgs-2d1ee0e98122ccb9de87c171327cfb98c6320dc8.tar.bz2
nixpkgs-2d1ee0e98122ccb9de87c171327cfb98c6320dc8.tar.lz
nixpkgs-2d1ee0e98122ccb9de87c171327cfb98c6320dc8.tar.xz
nixpkgs-2d1ee0e98122ccb9de87c171327cfb98c6320dc8.tar.zst
nixpkgs-2d1ee0e98122ccb9de87c171327cfb98c6320dc8.zip
mutt: 1.12.1 -> 1.12.2
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'pkgs/applications/networking/mailreaders')
-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 c694398bd7d..3af4c7f5e15 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.12.1";
+  version = "1.12.2";
 
   src = fetchurl {
     url = "http://ftp.mutt.org/pub/mutt/${pname}-${version}.tar.gz";
-    sha256 = "0311sip2q90aqaxn7h3cck1zl98b4vifqi8bp5fsizy4dr06bi81";
+    sha256 = "10k8352s0z7yan6d4z2am80qd3bsaky4h89g72wl4xr3x067ahmw";
   };
 
   patches = optional smimeSupport (fetchpatch {