Skip to content

Commit 7e9ca80

Browse files
committedMay 7, 2017
neomutt: 2017-03-06 -> 2017-04-28
1 parent 0eac38c commit 7e9ca80

File tree

1 file changed

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

1 file changed

+7
-7
lines changed
 

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

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
{ stdenv, fetchFromGitHub, which, autoconf, automake, ncurses, perl
1+
{ stdenv, fetchFromGitHub, which, autoreconfHook, ncurses, perl
22
, cyrus_sasl, gdbm, gpgme, kerberos, libidn, notmuch, openssl, lmdb }:
33

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

88
src = fetchFromGitHub {
9-
owner = "neomutt";
10-
repo = "neomutt";
11-
rev = "neomutt-${version}";
12-
sha256 = "0nlazabwj4czi30m84ppga275hkr51glyndizqzg540q9wp1acz4";
9+
owner = "neomutt";
10+
repo = "neomutt";
11+
rev = "neomutt-${version}";
12+
sha256 = "1p6214agfv9plskkzalh03r5naiiyg1habrnknnjgck3nypb78ik";
1313
};
1414

15-
nativeBuildInputs = [ which autoconf automake ];
15+
nativeBuildInputs = [ which autoreconfHook ];
1616
buildInputs =
1717
[ cyrus_sasl gdbm gpgme kerberos libidn ncurses
1818
notmuch openssl perl lmdb ];

0 commit comments

Comments
 (0)