Merge pull request #8760 from fpletz/package/postfix

postfix: 2.11.4 -> 2.11.5

+2 -2
+2 -2
pkgs/servers/mail/postfix/2.11.nix
··· 6 6 7 7 name = "postfix-${version}"; 8 8 9 - version = "2.11.4"; 9 + version = "2.11.5"; 10 10 11 11 src = fetchurl { 12 12 url = "ftp://ftp.cs.uu.nl/mirror/postfix/postfix-release/official/${name}.tar.gz"; 13 - sha256 = "07h3rdfgs449hb49rxcx4iapib0l0zchnhscgn4h00wcnlflq5gl"; 13 + sha256 = "11riz8ggaa09pi8d6xv2807qp7yjn918mrylfvkfwmvcdlgwck0a"; 14 14 }; 15 15 16 16 patches = [ ./postfix-2.11.0.patch ];