3
0
Fork 0
forked from mirrors/nixpkgs

mutt: 1.11.2 -> 1.11.3

This commit is contained in:
rnhmjoj 2019-02-22 16:45:09 +01:00
parent e5405f9ae8
commit 1776f39359
No known key found for this signature in database
GPG key ID: 91BE884FBA4B591A

View file

@ -27,11 +27,11 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "mutt-${version}";
version = "1.11.2";
version = "1.11.3";
src = fetchurl {
url = "http://ftp.mutt.org/pub/mutt/${name}.tar.gz";
sha256 = "08w7lbhj5ba2zkjcd0cxkgfiy9y82yhg731xjg9i9292kz1x8p6s";
sha256 = "0h8rmcc62n1pagm7mjjccd5fxyhhi4vbvp8m88digkdf5z0g8hm5";
};
patches = optional smimeSupport (fetchpatch {