postfix: 3.1.3 -> 3.2.3
Possibly fixes security issues. No CVE yet.
This commit is contained in:
parent
6c283ae8f3
commit
14e53aa0b1
|
@ -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 ]
|
||||
|
|
Loading…
Reference in New Issue