Merge pull request #161027 from matthiasbeyer/update-mutt

mutt: 2.2.0 -> 2.2.1
This commit is contained in:
Michele Guerini Rocco
2022-02-20 11:41:57 +01:00
committed by GitHub
@@ -27,11 +27,11 @@ with lib;
stdenv.mkDerivation rec {
pname = "mutt";
version = "2.2.0";
version = "2.2.1";
src = fetchurl {
url = "http://ftp.mutt.org/pub/mutt/${pname}-${version}.tar.gz";
sha256 = "052k6kiw6yglgcbs1liynh4hf5ac56ychpivrbw85jh3dpq9fig8";
sha256 = "1ddbhwsycfpf430k52l5gggywd09h10hwcwzpydam43c5ga30vdp";
};
patches = optional smimeSupport (fetchpatch {