postfix: 3.10.6 -> 3.10.7 (#468489)

This commit is contained in:
dotlambda
2025-12-08 05:25:39 +00:00
committed by GitHub
+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 = [