mutt: 2.0.7 -> 2.1.0

This commit is contained in:
rnhmjoj 2021-06-17 21:47:57 +02:00
parent 6a8843c758
commit 2ae3954b82
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.0.7";
version = "2.1.0";
src = fetchurl {
url = "http://ftp.mutt.org/pub/mutt/${pname}-${version}.tar.gz";
sha256 = "sha256-lXaIxqUhVhmS1PLyfPn+sjnHxsAELGBhwOR0p90mzJE=";
sha256 = "0dqd6gg1wwhxjgdfl8j0kf93mw43kvd6wrwrzkscq2wjrsy5p0w0";
};
patches = optional smimeSupport (fetchpatch {