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

mutt: 2.2.8 -> 2.2.9

authored by Michele Guerini Rocco and committed by GitHub 043ab4d0 cac5c55e

+2 -2
+2 -2
pkgs/applications/networking/mailreaders/mutt/default.nix
··· 21 21 22 22 stdenv.mkDerivation rec { 23 23 pname = "mutt"; 24 - version = "2.2.8"; 24 + version = "2.2.9"; 25 25 outputs = [ "out" "doc" "info" ]; 26 26 27 27 src = fetchurl { 28 28 url = "http://ftp.mutt.org/pub/mutt/${pname}-${version}.tar.gz"; 29 - sha256 = "A/PSN6LuKh0WM2QXyaXxe0nPcEXu/qYCHwggu/hdClM="; 29 + sha256 = "+lMbIx1Y/h8wztoO1iZoPqnr37ds5H74uyfC93Qiz/s="; 30 30 }; 31 31 32 32 patches = lib.optional smimeSupport (fetchpatch {