mutt: 1.8.1 -> 1.8.2

This commit is contained in:
Matthias Beyer 2017-04-19 11:26:25 +02:00
parent 3a8a027c44
commit 2052ff856f

View file

@ -20,11 +20,11 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "mutt-${version}";
version = "1.8.1";
version = "1.8.2";
src = fetchurl {
url = "http://ftp.mutt.org/pub/mutt/${name}.tar.gz";
sha256 = "1b8dggq5x1b77a9i9250b3jhv2iddfzhr9rix1yfzckdms65mr8b";
sha256 = "0dgjjryp1ggbc6ivy9cfz5jl3gnbahb6d6hcwn7c7wk5npqpn18x";
};
patchPhase = optionalString (openssl != null) ''