Merge pull request #197491 from NickCao/postfix

postfix: 3.6.6 -> 3.7.3

authored by lewo and committed by GitHub dd4897bd f6cf56e1

+2 -2
+2 -2
pkgs/servers/mail/postfix/default.nix
··· 25 25 26 26 in stdenv.mkDerivation rec { 27 27 pname = "postfix"; 28 - version = "3.6.6"; 28 + version = "3.7.3"; 29 29 30 30 src = fetchurl { 31 31 url = "http://cdn.postfix.johnriley.me/mirrors/postfix-release/official/${pname}-${version}.tar.gz"; 32 - hash = "sha256-CYpxT0EEaO/ibiGR3I8xy6RQfVv0iPVvnrVUXjaG8NY="; 32 + hash = "sha256-0i89N+91YT1dVztW/FHvCX8sDQsOQHkjcR9xwftykRs="; 33 33 }; 34 34 35 35 nativeBuildInputs = [ makeWrapper m4 ];