3
0
Fork 0
forked from mirrors/nixpkgs

mutt: 1.9.1 -> 1.9.2 (#32734)

This commit is contained in:
Matthias Beyer 2017-12-16 11:22:51 +01:00 committed by Moritz U
parent 0c5f5ba61d
commit 79ba686371

View file

@ -27,11 +27,11 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "mutt-${version}";
version = "1.9.1";
version = "1.9.2";
src = fetchurl {
url = "http://ftp.mutt.org/pub/mutt/${name}.tar.gz";
sha256 = "1c8vv4anl555a03pbnwf8wnf0d8pcnd4p35y3q8f5ikkcflq76vl";
sha256 = "15kqxpx8bykqbyw4q33hkz0j2f65v6cl21sl5li2vw5vaaim5qd2";
};
patches = optional smimeSupport (fetchpatch {