[Backport release-26.05] postfix: 3.11.4 -> 3.11.5 (#540627)

This commit is contained in:
dotlambda
2026-07-11 05:30:21 +00:00
committed by GitHub

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 = [