postfix: 3.11.4 -> 3.11.5

Changelog: https://www.postfix.org/announcements/postfix-3.11.5.html
(cherry picked from commit f4d05ddae1)
This commit is contained in:
Robert Schütz
2026-07-09 17:24:42 -07:00
committed by github-actions[bot]
parent b7c42571c8
commit eb9064090a

View File

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