Merge pull request #69740 from r-ryantm/auto-update/postfix

postfix: 3.4.6 -> 3.4.7
This commit is contained in:
Mario Rodas 2019-09-27 22:10:52 -05:00 committed by GitHub
commit badb39de14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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