mutt: 2.2.7 -> 2.2.8

This commit is contained in:
R. Ryantm 2022-11-06 20:29:10 +00:00
parent dd0534b57c
commit 910ab0bda8

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 {