Skip to content

Commit 8173649

Browse files
jfrankenaubjornfor
authored andcommittedJul 15, 2017
neomutt: 20170609 -> 20170714
1 parent 9906e44 commit 8173649

File tree

1 file changed

+2
-2
lines changed
  • pkgs/applications/networking/mailreaders/neomutt

1 file changed

+2
-2
lines changed
 

‎pkgs/applications/networking/mailreaders/neomutt/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
, cyrus_sasl, gss, gpgme, kerberos, libidn, notmuch, openssl, lmdb, libxslt, docbook_xsl }:
33

44
stdenv.mkDerivation rec {
5-
version = "20170609";
5+
version = "20170714";
66
name = "neomutt-${version}";
77

88
src = fetchFromGitHub {
99
owner = "neomutt";
1010
repo = "neomutt";
1111
rev = "neomutt-${version}";
12-
sha256 = "015dd6rphvqdmnv477f1is22l7n5gvcvyblbyp0ggbp64650k0bz";
12+
sha256 = "0jbh83hvq1jwb8ps7ffl2325y6i79wdnwcn6db0r5prmxax18hw1";
1313
};
1414

1515
nativeBuildInputs = [ autoreconfHook docbook_xsl libxslt.bin which ];

0 commit comments

Comments
 (0)
Please sign in to comment.