Merge pull request #80208 from matthiasbeyer/update-mutt

mutt: 1.13.3 -> 1.13.4
This commit is contained in:
Lancelot SIX 2020-02-15 23:20:14 +01:00 committed by GitHub
commit 6b08d7fd89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -27,11 +27,11 @@ with stdenv.lib;
stdenv.mkDerivation rec {
pname = "mutt";
version = "1.13.3";
version = "1.13.4";
src = fetchurl {
url = "http://ftp.mutt.org/pub/mutt/${pname}-${version}.tar.gz";
sha256 = "0y3ks10mc7m8c7pd4c4j8pj7n5rqcvzrjs8mzldv7z7jnlb30hkq";
sha256 = "016dzx2c0kr9xgnw4nfzpkn4nvpk56rdlcqhrwa820fq8083yzdm";
};
patches = optional smimeSupport (fetchpatch {