Merge pull request #95095 from Ma27/bump-neomutt

neomutt: 20200626 -> 20200814
This commit is contained in:
Florian Klink 2020-08-16 18:44:11 +02:00 committed by GitHub
commit 6d83d290b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,14 +5,14 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "20200626"; version = "20200814";
pname = "neomutt"; pname = "neomutt";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "neomutt"; owner = "neomutt";
repo = "neomutt"; repo = "neomutt";
rev = version; rev = version;
sha256 = "0r16fy02z61dbjdxc28yzj5i4f6r7aakh453gaqc8ilm1nsxhmnp"; sha256 = "00i2xbadw7rq2b30yjla54m0df4jbh22g6phby41albw2wc2hn72";
}; };
buildInputs = [ buildInputs = [
@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
# allow neomutt to map attachments to their proper mime.types if specified wrongly # allow neomutt to map attachments to their proper mime.types if specified wrongly
# and use a far more comprehensive list than the one shipped with neomutt # and use a far more comprehensive list than the one shipped with neomutt
substituteInPlace sendlib.c \ substituteInPlace send/sendlib.c \
--replace /etc/mime.types ${mailcap}/etc/mime.types --replace /etc/mime.types ${mailcap}/etc/mime.types
''; '';