Merge pull request #199899 from r-ryantm/auto-update/mutt

mutt: 2.2.7 -> 2.2.8
This commit is contained in:
Michele Guerini Rocco 2022-11-07 08:48:56 +01:00 committed by GitHub
commit 25eeb4785c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,12 +21,12 @@
stdenv.mkDerivation rec {
pname = "mutt";
version = "2.2.7";
version = "2.2.8";
outputs = [ "out" "doc" "info" ];
src = fetchurl {
url = "http://ftp.mutt.org/pub/mutt/${pname}-${version}.tar.gz";
sha256 = "6xOFj1i7Np9He/ZS2Q6baq3dDWEKy+o0VQSeXvrTbfE=";
sha256 = "A/PSN6LuKh0WM2QXyaXxe0nPcEXu/qYCHwggu/hdClM=";
};
patches = lib.optional smimeSupport (fetchpatch {