3
0
Fork 0
forked from mirrors/nixpkgs

postfix: 3.1.2 -> 3.1.3

This commit is contained in:
Franz Pletz 2016-10-14 15:29:30 +02:00
parent ffb0d1158f
commit a7a34745b6
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -22,11 +22,11 @@ in stdenv.mkDerivation rec {
name = "postfix-${version}";
version = "3.1.2";
version = "3.1.3";
src = fetchurl {
url = "ftp://ftp.cs.uu.nl/mirror/postfix/postfix-release/official/${name}.tar.gz";
sha256 = "0sqgsfq3dqilfcr2z9wi7g12mcma690j8qvs8v93gszrdgpb9f8s";
sha256 = "0ya9h7ynhq8h7zgq0qkvfwx5rsam7i3vkbyh6rx63qlpcxz15y2j";
};
buildInputs = [ makeWrapper gnused db openssl cyrus_sasl icu pcre ]