mutt: 2.1.3 -> 2.1.4

This commit is contained in:
Sergei Trofimovich 2021-12-21 19:24:03 +00:00
parent 1de43adf31
commit de20b501f4

View file

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