Merge pull request #276104 from oxzi/postfix-3.8.3

postfix: 3.8.3 -> 3.8.4

authored by Robert Schütz and committed by GitHub 173bc992 443ec939

+3 -3
+3 -3
pkgs/servers/mail/postfix/default.nix
··· 25 25 26 26 in stdenv.mkDerivation rec { 27 27 pname = "postfix"; 28 - version = "3.8.3"; 28 + version = "3.8.4"; 29 29 30 30 src = fetchurl { 31 - url = "http://cdn.postfix.johnriley.me/mirrors/postfix-release/official/${pname}-${version}.tar.gz"; 32 - hash = "sha256-FpRsmHSnhqCfU7F9HIPcH6rjXL+AurNKsBeYtwQglos="; 31 + url = "https://de.postfix.org/ftpmirror/official/${pname}-${version}.tar.gz"; 32 + hash = "sha256-b1hIxdi2p9LFrwqfdbC9PxA0UekSWRRkq4Z/3gheYjY="; 33 33 }; 34 34 35 35 nativeBuildInputs = [ makeWrapper m4 ];