about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-06-25 22:40:26 -0700
committerFranz Pletz <fpletz@fnordicwalking.de>2018-06-26 05:40:26 +0000
commit78cda56bb898fa53c242a4a9381561e73d362616 (patch)
tree3cb0592421f772c196b3ac77f718adedd916ad7f /pkgs/applications
parent155a4005ef41b8d63e99085f150d8b4bc313d403 (diff)
downloadnixlib-78cda56bb898fa53c242a4a9381561e73d362616.tar
nixlib-78cda56bb898fa53c242a4a9381561e73d362616.tar.gz
nixlib-78cda56bb898fa53c242a4a9381561e73d362616.tar.bz2
nixlib-78cda56bb898fa53c242a4a9381561e73d362616.tar.lz
nixlib-78cda56bb898fa53c242a4a9381561e73d362616.tar.xz
nixlib-78cda56bb898fa53c242a4a9381561e73d362616.tar.zst
nixlib-78cda56bb898fa53c242a4a9381561e73d362616.zip
neomutt: 20180512 -> 20180622
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/mailreaders/neomutt/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/mailreaders/neomutt/default.nix b/pkgs/applications/networking/mailreaders/neomutt/default.nix
index 2ae58721188e..33ccec355117 100644
--- a/pkgs/applications/networking/mailreaders/neomutt/default.nix
+++ b/pkgs/applications/networking/mailreaders/neomutt/default.nix
@@ -15,14 +15,14 @@ let
   '';
 
 in stdenv.mkDerivation rec {
-  version = "20180512";
+  version = "20180622";
   name = "neomutt-${version}";
 
   src = fetchFromGitHub {
     owner  = "neomutt";
     repo   = "neomutt";
     rev    = "neomutt-${version}";
-    sha256 = "12779h2ich6w79bm2wgaaxd9hr6kpxavj4bdrnvm44a0r02kk2vl";
+    sha256 = "0rwrxghsxbkbkdyi0544nglip8ri2xi8fn15m0wg5hg52xzcq40i";
   };
 
   buildInputs = [
@@ -53,7 +53,7 @@ in stdenv.mkDerivation rec {
       --replace /etc/mime.types ${mime-types}/etc/mime.types
 
     # The string conversion tests all fail with the first version of neomutt
-    # that has tests (20180223) as well as 20180512 so we disable them for now.
+    # that has tests (20180223) as well as 20180622 so we disable them for now.
     # I don't know if that is related to the tests or our build environment.
     # Try again with a later release.
     sed -i '/rfc2047/d' test/Makefile.autosetup test/main.c