mutt: 1.9.4 -> 1.9.5

This commit is contained in:
Matthias Beyer 2018-04-15 08:27:58 +02:00
parent d72710880c
commit 792c99df34

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 {