postfix: 3.10.6 -> 3.10.7

Changelog: https://www.postfix.org/announcements/postfix-3.10.7.html
This commit is contained in:
Robert Schütz
2025-12-06 10:34:58 -08:00
parent da2d25bfc9
commit 3e92bfe0ff
+2 -2
View File
@@ -74,11 +74,11 @@ let
in
stdenv.mkDerivation rec {
pname = "postfix";
version = "3.10.6";
version = "3.10.7";
src = fetchurl {
url = "https://de.postfix.org/ftpmirror/official/postfix-${version}.tar.gz";
hash = "sha256-cbOD9X1Ms2MgG+ijAby6/jBKrb5/OOveQc1blSJIRls=";
hash = "sha256-/NP/cIBq5/CoLntcMB4vT8+mpomi27Oz8bXlIIEVeIo=";
};
nativeBuildInputs = [