postfix: 3.8.6 -> 3.9.0

Changelog: https://www.postfix.org/announcements/postfix-3.9.0.html

+3 -3
+2 -2
pkgs/servers/mail/postfix/default.nix
··· 25 25 26 26 in stdenv.mkDerivation rec { 27 27 pname = "postfix"; 28 - version = "3.8.6"; 28 + version = "3.9.0"; 29 29 30 30 src = fetchurl { 31 31 url = "https://de.postfix.org/ftpmirror/official/postfix-${version}.tar.gz"; 32 - hash = "sha256-S24XyCbMQ4zDAWqcClXqfnfGy6+6fdVyQdgbaQsOl3Q="; 32 + hash = "sha256-VvXkIOfCVFWk6WwZtnL4D5oKNftb7MkkfJ49XcxhfzQ="; 33 33 }; 34 34 35 35 nativeBuildInputs = [ makeWrapper m4 ];
+1 -1
pkgs/servers/mail/postfix/postfix-3.0-no-warnings.patch
··· 8 8 -# If this is a secondary instance, don't touch shared files. 9 9 - 10 10 -instances=`test ! -f $def_config_directory/main.cf || 11 - - $command_directory/postconf -c $def_config_directory \ 11 + - $command_directory/postconf -qc $def_config_directory \ 12 12 - -h multi_instance_directories | sed 's/,/ /'` || { 13 13 - $FATAL cannot execute $command_directory/postconf! 14 14 - exit 1