postfix: 3.10.5 -> 3.10.6 (#465138)

This commit is contained in:
dotlambda
2025-11-26 21:14:54 +00:00
committed by GitHub
+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 = [