postfix: 3.10.5 -> 3.10.6

Changelog: https://www.postfix.org/announcements/postfix-3.10.6.html
This commit is contained in:
Robert Schütz
2025-11-25 19:02:38 -08:00
parent c1946ce702
commit 4c48e9ea8e
+2 -2
View File
@@ -74,11 +74,11 @@ let
in
stdenv.mkDerivation rec {
pname = "postfix";
version = "3.10.5";
version = "3.10.6";
src = fetchurl {
url = "https://de.postfix.org/ftpmirror/official/postfix-${version}.tar.gz";
hash = "sha256-apJr9wIXOGGwjkm8tR/KOi8mn5ozf3LvFZv0YFIIfjU=";
hash = "sha256-cbOD9X1Ms2MgG+ijAby6/jBKrb5/OOveQc1blSJIRls=";
};
nativeBuildInputs = [