postfix: 3.1.3 -> 3.2.3

Possibly fixes security issues. No CVE yet.

Changed files
+2 -2
pkgs
servers
mail
postfix
+2 -2
pkgs/servers/mail/postfix/default.nix
···
name = "postfix-${version}";
-
version = "3.1.3";
src = fetchurl {
url = "ftp://ftp.cs.uu.nl/mirror/postfix/postfix-release/official/${name}.tar.gz";
-
sha256 = "0ya9h7ynhq8h7zgq0qkvfwx5rsam7i3vkbyh6rx63qlpcxz15y2j";
};
buildInputs = [ makeWrapper gnused db openssl cyrus_sasl icu pcre ]
···
name = "postfix-${version}";
+
version = "3.2.3";
src = fetchurl {
url = "ftp://ftp.cs.uu.nl/mirror/postfix/postfix-release/official/${name}.tar.gz";
+
sha256 = "1gs025smgynrlsg44cypjam99ds92mc9q46l5085d9sy0xfrf2sv";
};
buildInputs = [ makeWrapper gnused db openssl cyrus_sasl icu pcre ]