postfix: 3.10.3 -> 3.10.4

Changelog: https://www.postfix.org/announcements/postfix-3.10.4.html
(cherry picked from commit 357809f2eb)
This commit is contained in:
Robert Schütz
2025-08-19 20:22:57 -07:00
committed by github-actions[bot]
parent 89413c176e
commit 808637f395

View File

@@ -71,11 +71,11 @@ let
in
stdenv.mkDerivation rec {
pname = "postfix";
version = "3.10.3";
version = "3.10.4";
src = fetchurl {
url = "https://de.postfix.org/ftpmirror/official/postfix-${version}.tar.gz";
hash = "sha256-487AXZG20pWOzW6pBF+qNfecWw4ii5dazkatKv6BIFM=";
hash = "sha256-z7ZoYf6PlkeH3a6rFfPKPn7z3nMPlxca/EpeyjOMpEQ=";
};
nativeBuildInputs = [