postfix: 3.11.3 -> 3.11.4

Changelog: https://www.postfix.org/announcements/postfix-3.11.4.html
(cherry picked from commit 22b901e6bd)
This commit is contained in:
Robert Schütz
2026-06-17 16:02:43 -07:00
committed by github-actions[bot]
parent bafb1beb06
commit cf6748ee3d

View File

@@ -78,11 +78,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "postfix";
version = "3.11.3";
version = "3.11.4";
src = fetchurl {
url = "http://ftp.porcupine.org/mirrors/postfix-release/official/postfix-${finalAttrs.version}.tar.gz";
hash = "sha256-vRHcxGPXBF5A8sEcwAIWSJxztYzECz0GxUJlsIihc+E=";
hash = "sha256-Im7FmhjkPid2kQBeMUlvdgi5upIQvmAKJn+yF6Smzuk=";
};
nativeBuildInputs = [