Merge pull request from magnetophon/neomutt

neomutt: 20170128 -> 20170306
This commit is contained in:
Jörg Thalheim 2017-03-12 17:05:25 +01:00 committed by GitHub
commit beb2a2f63d
1 changed files with 2 additions and 2 deletions
pkgs/applications/networking/mailreaders/neomutt

View File

@ -2,14 +2,14 @@
, 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 = "20170128"; version = "20170306";
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 = "082ksn4fsj48nkz61ia0hcxz3396p6a4p9q8738w15qkycq23c20"; sha256 = "0nlazabwj4czi30m84ppga275hkr51glyndizqzg540q9wp1acz4";
}; };
nativeBuildInputs = [ which autoconf automake ]; nativeBuildInputs = [ which autoconf automake ];