neomutt: 20160611 -> 20160723 (#17268)

For information about what has changes, please refer to
http://www.neomutt.org/2016/07/23/release.
This commit is contained in:
Christian L 2016-07-27 18:55:48 +02:00 committed by Rok Garbas
parent ef570f29b9
commit f51169366b

View File

@ -2,14 +2,14 @@
, cyrus_sasl, gdbm, gpgme, kerberos, libidn, notmuch, openssl }:
stdenv.mkDerivation rec {
version = "20160611";
version = "20160723";
name = "neomutt-${version}";
src = fetchFromGitHub {
owner = "neomutt";
repo = "neomutt";
rev = "neomutt-${version}";
sha256 = "12487hydn9x1yyxzc0x7hssgjwji3i64glmbi7synjc8arfqc5zs";
sha256 = "16xjyad435n03qvmqysgsf4k36cfcv2k4irg92ajhm4dbz9d9l3j";
};
buildInputs =