nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

Merge pull request #152897 from matthiasbeyer/update-mutt

mutt: 2.1.4 -> 2.1.5

authored by

Michele Guerini Rocco and committed by
GitHub
2c1c93f2 ffc65bd0

+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.4"; 30 + version = "2.1.5"; 31 31 32 32 src = fetchurl { 33 33 url = "http://ftp.mutt.org/pub/mutt/${pname}-${version}.tar.gz"; 34 - sha256 = "0yfvnjqw9l99kdcr995by3mx5vwad6b530x93yb8ipr3xa1bcq9k"; 34 + sha256 = "1q1bq5qfv67s6ynbqga19ifaprgavhdbgg154kb9ffingvj0k8wj"; 35 35 }; 36 36 37 37 patches = optional smimeSupport (fetchpatch {