mutt: 2.1.2 -> 2.1.3

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>

+2 -2
+2 -2
pkgs/applications/networking/mailreaders/mutt/default.nix
··· 27 27 28 28 stdenv.mkDerivation rec { 29 29 pname = "mutt"; 30 - version = "2.1.2"; 30 + version = "2.1.3"; 31 31 32 32 src = fetchurl { 33 33 url = "http://ftp.mutt.org/pub/mutt/${pname}-${version}.tar.gz"; 34 - sha256 = "0s9wkygjd7xhvd1zdaidbvszq4abb0iv5830ir65glcfzbdbfak9"; 34 + sha256 = "0z74slnq3y9wr1xr07jigz4n8dgxhk9qb0787sd0j6wj9g4rqxgg"; 35 35 }; 36 36 37 37 patches = optional smimeSupport (fetchpatch {