postfix: 3.5.10 -> 3.6.0

http://www.postfix.org/announcements/postfix-3.6.0.html
This commit is contained in:
Robert Schütz 2021-04-30 11:51:51 +02:00
parent 8e4fe32876
commit 7c9c3c88e3

View file

@ -26,11 +26,11 @@ in stdenv.mkDerivation rec {
pname = "postfix";
version = "3.5.10";
version = "3.6.0";
src = fetchurl {
url = "ftp://ftp.cs.uu.nl/mirror/postfix/postfix-release/official/${pname}-${version}.tar.gz";
sha256 = "sha256-W7TX1y11ErWPOjFCbcvTlP01TgpD3iHaiUZrBXoCKPg=";
sha256 = "sha256-d0YolNdnHWPL5fwnM/lBCIUVptZxCLnxgIt9rjfoPC4=";
};
nativeBuildInputs = [ makeWrapper m4 ];