summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/mailreaders/mutt
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2019-12-15 10:51:20 +0100
committerMatthias Beyer <mail@beyermatthias.de>2019-12-15 10:51:20 +0100
commit1915711d873c7550724548436fae69e9554e6475 (patch)
treed070a1631e3637baf71642447bfb83b7b2b677df /pkgs/applications/networking/mailreaders/mutt
parent1f7ee3e040e1efd2e9803356b1c71f03c688afda (diff)
mutt: 1.13.0 -> 1.13.1
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
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 bc4bb49981e4..daf665f77af6 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.13.0";
+ version = "1.13.1";
src = fetchurl {
url = "http://ftp.mutt.org/pub/mutt/${pname}-${version}.tar.gz";
- sha256 = "1dzmypmcyqsxcb0qwz1b2v3nhvd83jcqlnn3acvgaiag10hxq3d0";
+ sha256 = "0pc77rcq7bjr6vmfyh74fhzp94ijx05fdn0z9nbjhx75j899bd8z";
};
patches = optional smimeSupport (fetchpatch {