Merge pull request #38955 from matthiasbeyer/update-mutt

mutt: 1.9.4 -> 1.9.5
This commit is contained in:
Gabriel Ebner 2018-04-15 10:13:16 +02:00 committed by GitHub
commit 1b480c8538
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,11 +27,11 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "mutt-${version}";
version = "1.9.4";
version = "1.9.5";
src = fetchurl {
url = "http://ftp.mutt.org/pub/mutt/${name}.tar.gz";
sha256 = "1pxmw5yyizb9bqbai6lihv6zxmw0znjfb60zaldwh6hc6lkbzlgl";
sha256 = "0lsp72lm3cw490x7lhzia7h8f591bab2mr7qpscaj22fmrj7wqdz";
};
patches = optional smimeSupport (fetchpatch {