3
0
Fork 0
forked from mirrors/nixpkgs

postfix: Update from 2.11.3 to 2.11.4

This commit is contained in:
Andrey Arapov 2015-04-05 18:41:04 +02:00
parent 8300898f98
commit 0e8b0db2a6

View file

@ -6,11 +6,11 @@ stdenv.mkDerivation rec {
name = "postfix-${version}";
version = "2.11.3";
version = "2.11.4";
src = fetchurl {
url = "ftp://ftp.cs.uu.nl/mirror/postfix/postfix-release/official/${name}.tar.gz";
sha256 = "1hq213s36wp94q72ciix5pi2rcd4901mjg7nx6m1n9jndrp19r84";
sha256 = "07h3rdfgs449hb49rxcx4iapib0l0zchnhscgn4h00wcnlflq5gl";
};
patches = [ ./postfix-2.11.0.patch ];