3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #36674 from ryantm/auto-update/postfix

postfix: 3.2.5 -> 3.3.0
This commit is contained in:
Robert Schütz 2018-03-19 12:18:28 +01:00 committed by GitHub
commit f38f3c289a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,11 +25,11 @@ in stdenv.mkDerivation rec {
name = "postfix-${version}";
version = "3.2.5";
version = "3.3.0";
src = fetchurl {
url = "ftp://ftp.cs.uu.nl/mirror/postfix/postfix-release/official/${name}.tar.gz";
sha256 = "0xpky04a5xnzbcizqj4y1gyxqjrzvpjlvk1g757wdrs678fq82vx";
sha256 = "0fggpbsc9jkrbaw9hy0zw9h32plmfvcv0x860pbih0g346byhhkr";
};
nativeBuildInputs = [ makeWrapper ];