postfix: 3.4.3 -> 3.4.4

http://www.postfix.org/announcements/postfix-3.4.4.html
This commit is contained in:
Robert Schütz 2019-03-29 07:52:24 +01:00
parent a960f9e0c5
commit 2cfe129d65

View file

@ -26,11 +26,11 @@ in stdenv.mkDerivation rec {
name = "postfix-${version}";
version = "3.4.3";
version = "3.4.4";
src = fetchurl {
url = "ftp://ftp.cs.uu.nl/mirror/postfix/postfix-release/official/${name}.tar.gz";
sha256 = "1c4ga3p0jshs9xyfq07j6jl9hj42p47q6nbmy42cijax90bhayz3";
sha256 = "0d0yc2j5gr36j2r9dzd5bwlp0n8y52wnvp5f0bh40sln39ispwi7";
};
nativeBuildInputs = [ makeWrapper m4 ];