summary refs log tree commit diff
diff options
context:
space:
mode:
authorJoachim F <joachifm@users.noreply.github.com>2016-10-09 14:08:38 +0200
committerGitHub <noreply@github.com>2016-10-09 14:08:38 +0200
commit78fdf21710e947f3f0552e4754fc38bcb6363d92 (patch)
treea51c47e31ee61ae9039e245e76e5f825e2e467d4
parent9270aa6677c07f42e79ff25e6c2166c3a5e239af (diff)
parentc4c1ec9a5b60b4f73a6a3356bc642a739fb388d5 (diff)
downloadnixpkgs-78fdf21710e947f3f0552e4754fc38bcb6363d92.tar
nixpkgs-78fdf21710e947f3f0552e4754fc38bcb6363d92.tar.gz
nixpkgs-78fdf21710e947f3f0552e4754fc38bcb6363d92.tar.bz2
nixpkgs-78fdf21710e947f3f0552e4754fc38bcb6363d92.tar.lz
nixpkgs-78fdf21710e947f3f0552e4754fc38bcb6363d92.tar.xz
nixpkgs-78fdf21710e947f3f0552e4754fc38bcb6363d92.tar.zst
nixpkgs-78fdf21710e947f3f0552e4754fc38bcb6363d92.zip
Merge pull request #19389 from matthiasbeyer/update-mutt
mutt: 1.7.0 -> 1.7.1
-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 d5bda113ba8..2bc9b3babbd 100644
--- a/pkgs/applications/networking/mailreaders/mutt/default.nix
+++ b/pkgs/applications/networking/mailreaders/mutt/default.nix
@@ -20,11 +20,11 @@ with stdenv.lib;
 
 stdenv.mkDerivation rec {
   name = "mutt-${version}";
-  version = "1.7.0";
+  version = "1.7.1";
 
   src = fetchurl {
     url = "http://ftp.mutt.org/pub/mutt/${name}.tar.gz";
-    sha256 = "0idkamdiwj9fgqaz1vzkfg78cnmkzp74skv0ibw2xjfq6ds9hghx";
+    sha256 = "1pyns0xw52s4yma1a93pdcl4dirs55q2m1hd7w1r11nlhf7giip9";
   };
 
   buildInputs =