summaryrefslogtreecommitdiffstats
path: root/pkgs/applications
diff options
context:
space:
mode:
authorStigP <stig@stig.io>2020-11-20 22:21:11 +0100
committerGitHub <noreply@github.com>2020-11-20 22:21:11 +0100
commit57412940e5c4cf3d0b22e25ee2c66eef3dee4a91 (patch)
tree5a74d410dcb8dcae6f3e9f739e435bf2b838d166 /pkgs/applications
parent96d9861592e22ad91e12ccf6f986e5c397854865 (diff)
parentad9256dd3ea32c480a0f679f7204199174180656 (diff)
Merge pull request #104399 from matthiasbeyer/update-mutt
mutt: 2.0.1 -> 2.0.2
Diffstat (limited to 'pkgs/applications')
-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 696fb504c1b8..0a6f3d1a1381 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 = "2.0.1";
+ version = "2.0.2";
src = fetchurl {
url = "http://ftp.mutt.org/pub/mutt/${pname}-${version}.tar.gz";
- sha256 = "1nr1n0lshif6lrn4c5ym473jrg0jaka5wfyy06qmbxhnavmgvx8c";
+ sha256 = "1j0i2jmlk5sc78af9flj3ynj0iiwa8biw7jgf12qm5lppsx1h4j7";
};
patches = optional smimeSupport (fetchpatch {