Merge pull request #127261 from rnhmjoj/mutt

mutt: 2.0.7 -> 2.1.0
This commit is contained in:
Maximilian Bosch 2021-06-18 18:47:25 +02:00 committed by GitHub
commit 4b4f4bf284
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {