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

mutt: 2.2.8 -> 2.2.9
This commit is contained in:
Michele Guerini Rocco 2022-11-15 01:56:54 +01:00 committed by GitHub
commit 043ab4d08e
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.8";
version = "2.2.9";
outputs = [ "out" "doc" "info" ];
src = fetchurl {
url = "http://ftp.mutt.org/pub/mutt/${pname}-${version}.tar.gz";
sha256 = "A/PSN6LuKh0WM2QXyaXxe0nPcEXu/qYCHwggu/hdClM=";
sha256 = "+lMbIx1Y/h8wztoO1iZoPqnr37ds5H74uyfC93Qiz/s=";
};
patches = lib.optional smimeSupport (fetchpatch {