mutt: 2.2.11 -> 2.2.12

Changelog: https://gitlab.com/muttmua/mutt/-/blob/mutt-2-2-12-rel/ChangeLog

+3 -2
+3 -2
pkgs/applications/networking/mailreaders/mutt/default.nix
··· 23 23 24 24 stdenv.mkDerivation rec { 25 25 pname = "mutt"; 26 - version = "2.2.11"; 26 + version = "2.2.12"; 27 27 outputs = [ "out" "doc" "info" ]; 28 28 29 29 src = fetchurl { 30 30 url = "http://ftp.mutt.org/pub/mutt/${pname}-${version}.tar.gz"; 31 - hash = "sha256-EjJc9m1f+KxL2H+sjbUshp3lLdJ4/DAc/VfVofn0Zcw="; 31 + hash = "sha256-BDrzEvZLjlb3/Qv3f4SiBdTEmAML2VhkV2ZcR7sYzjg="; 32 32 }; 33 33 34 34 patches = [ ··· 103 103 meta = with lib; { 104 104 description = "A small but very powerful text-based mail client"; 105 105 homepage = "http://www.mutt.org"; 106 + mainProgram = "mutt"; 106 107 license = licenses.gpl2Plus; 107 108 platforms = platforms.unix; 108 109 maintainers = with maintainers; [ rnhmjoj ];