postfix: 3.1.3 -> 3.2.3

Possibly fixes security issues. No CVE yet.
This commit is contained in:
Franz Pletz 2017-09-28 15:53:21 +02:00
parent 6c283ae8f3
commit 14e53aa0b1
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4
1 changed files with 2 additions and 2 deletions

View File

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