neomutt: 2017-03-06 -> 2017-04-28

This commit is contained in:
Peter Hoeg 2017-05-07 10:39:08 +08:00
parent 0eac38c4ce
commit 7e9ca80490

View File

@ -1,18 +1,18 @@
{ stdenv, fetchFromGitHub, which, autoconf, automake, ncurses, perl { stdenv, fetchFromGitHub, which, autoreconfHook, ncurses, perl
, cyrus_sasl, gdbm, gpgme, kerberos, libidn, notmuch, openssl, lmdb }: , cyrus_sasl, gdbm, gpgme, kerberos, libidn, notmuch, openssl, lmdb }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "20170306"; version = "20170428";
name = "neomutt-${version}"; name = "neomutt-${version}";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "neomutt"; owner = "neomutt";
repo = "neomutt"; repo = "neomutt";
rev = "neomutt-${version}"; rev = "neomutt-${version}";
sha256 = "0nlazabwj4czi30m84ppga275hkr51glyndizqzg540q9wp1acz4"; sha256 = "1p6214agfv9plskkzalh03r5naiiyg1habrnknnjgck3nypb78ik";
}; };
nativeBuildInputs = [ which autoconf automake ]; nativeBuildInputs = [ which autoreconfHook ];
buildInputs = buildInputs =
[ cyrus_sasl gdbm gpgme kerberos libidn ncurses [ cyrus_sasl gdbm gpgme kerberos libidn ncurses
notmuch openssl perl lmdb ]; notmuch openssl perl lmdb ];