Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #276767 from Ma27/backport-postfix

[23.05] postfix: 3.8.2 -> 3.8.4

authored by Robert Schütz and committed by GitHub 3af9fc0f 0f6efdfe

Changed files
+3 -3
pkgs
servers
mail
postfix
+3 -3
pkgs/servers/mail/postfix/default.nix
··· 25 25 26 26 in stdenv.mkDerivation rec { 27 27 pname = "postfix"; 28 - version = "3.8.2"; 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-Z5CQPNu14ORxlmkeuaXyz4BQJi3vlB4Dnm1L9AQ6XjA="; 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 ];