mutt: 2.2.8 -> 2.2.9

This commit is contained in:
R. Ryantm 2022-11-14 23:37:28 +00:00
parent a82e6b5dae
commit af8d5c5185

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 {