postfix: 3.4.5 -> 3.4.6

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/postfix/versions
This commit is contained in:
R. RyanTM 2019-07-15 22:29:05 -07:00 committed by Frederik Rietdijk
parent e8f2f769fd
commit 2c90107101

View File

@ -26,11 +26,11 @@ in stdenv.mkDerivation rec {
name = "postfix-${version}";
version = "3.4.5";
version = "3.4.6";
src = fetchurl {
url = "ftp://ftp.cs.uu.nl/mirror/postfix/postfix-release/official/${name}.tar.gz";
sha256 = "17riwr21i9p1h17wpagfiwkpx9bbx7dy4gpdl219a11akm7saawb";
sha256 = "09p3vg2xlh6iq45gp6zanbp1728fc31r7zz71r131vh20ssajx6n";
};
nativeBuildInputs = [ makeWrapper m4 ];