about summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2020-08-22 22:25:31 +0200
committerMaximilian Bosch <maximilian@mbosch.me>2020-08-22 22:25:31 +0200
commit8f3a2d3e5cc2e0b1384e361c48192a02ab2472f4 (patch)
treed6653bb905b2c4811ebd2897728a0f3b97c563f9 /pkgs/applications/networking/mailreaders
parent790f286b94d8a9c6d2a1ff2e4db4bf8667613fb2 (diff)
neomutt: 20200814 -> 20200821
https://github.com/neomutt/neomutt/releases/tag/20200821
Diffstat (limited to 'pkgs/applications/networking/mailreaders')
-rw-r--r--pkgs/applications/networking/mailreaders/neomutt/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/mailreaders/neomutt/default.nix b/pkgs/applications/networking/mailreaders/neomutt/default.nix
index f15e4b5fbbf24..84c81ecff649d 100644
--- a/pkgs/applications/networking/mailreaders/neomutt/default.nix
+++ b/pkgs/applications/networking/mailreaders/neomutt/default.nix
@@ -5,14 +5,14 @@
 }:
 
 stdenv.mkDerivation rec {
-  version = "20200814";
+  version = "20200821";
   pname = "neomutt";
 
   src = fetchFromGitHub {
     owner  = "neomutt";
     repo   = "neomutt";
     rev    = version;
-    sha256 = "00i2xbadw7rq2b30yjla54m0df4jbh22g6phby41albw2wc2hn72";
+    sha256 = "0l66xf6qp2fdhm5h2v58bbc73pwj72c80mriqac9pfyjh5padir5";
   };
 
   buildInputs = [