Merge pull request #74749 from matthiasbeyer/update-mutt

mutt: 1.12.2 -> 1.13.0
This commit is contained in:
Lancelot SIX 2019-12-01 17:13:50 +01:00 committed by GitHub
commit a8e9a308c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,11 +27,11 @@ with stdenv.lib;
stdenv.mkDerivation rec {
pname = "mutt";
version = "1.12.2";
version = "1.13.0";
src = fetchurl {
url = "http://ftp.mutt.org/pub/mutt/${pname}-${version}.tar.gz";
sha256 = "10k8352s0z7yan6d4z2am80qd3bsaky4h89g72wl4xr3x067ahmw";
sha256 = "1dzmypmcyqsxcb0qwz1b2v3nhvd83jcqlnn3acvgaiag10hxq3d0";
};
patches = optional smimeSupport (fetchpatch {