Merge pull request #29739 from matthiasbeyer/update-mutt

mutt: 1.9.0 -> 1.9.1
This commit is contained in:
Jörg Thalheim 2017-09-24 14:21:44 +01:00 committed by GitHub
commit e7ad0b2767

View file

@ -22,11 +22,11 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "mutt-${version}";
version = "1.9.0";
version = "1.9.1";
src = fetchurl {
url = "http://ftp.mutt.org/pub/mutt/${name}.tar.gz";
sha256 = "1m72z5schbagd0a00fv8q0nrnkz9zrgvmdb5yplnmwm1sfapavgc";
sha256 = "1c8vv4anl555a03pbnwf8wnf0d8pcnd4p35y3q8f5ikkcflq76vl";
};
patchPhase = optionalString (openssl != null) ''