Merge pull request #25017 from matthiasbeyer/update-mutt

mutt: 1.8.1 -> 1.8.2
This commit is contained in:
Jörg Thalheim 2017-04-19 13:44:20 +02:00 committed by GitHub
commit 96260d6f09

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) ''