mutt: 2.1.1 -> 2.1.2

This commit is contained in:
rnhmjoj 2021-09-01 21:54:31 +02:00
parent d874a52015
commit 1bb91a2329
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450

View File

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