postfix: 3.10.1 -> 3.10.2 (#402440)

This commit is contained in:
Arne Keller
2025-05-03 18:31:24 +02:00
committed by GitHub
+2 -2
View File
@@ -67,11 +67,11 @@ let
in
stdenv.mkDerivation rec {
pname = "postfix";
version = "3.10.1";
version = "3.10.2";
src = fetchurl {
url = "https://de.postfix.org/ftpmirror/official/postfix-${version}.tar.gz";
hash = "sha256-dYaNt6jtJSzToUwTo844Pd1CVjFgwCAn0GEgLuNnmb8=";
hash = "sha256-vMpWQTLUz1+cnONU2rndNe6OniGQCGRiPIFdrBa/vCc=";
};
nativeBuildInputs = [