lol

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

mutt: 2.2.7 -> 2.2.8

authored by

Michele Guerini Rocco and committed by
GitHub
25eeb478 34c43658

+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.7"; 24 + version = "2.2.8"; 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 = "6xOFj1i7Np9He/ZS2Q6baq3dDWEKy+o0VQSeXvrTbfE="; 29 + sha256 = "A/PSN6LuKh0WM2QXyaXxe0nPcEXu/qYCHwggu/hdClM="; 30 30 }; 31 31 32 32 patches = lib.optional smimeSupport (fetchpatch {