postfix: 3.9.2 -> 3.9.3 (#385167)

This commit is contained in:
Robert Schütz
2025-02-27 10:31:55 -08:00
committed by GitHub
+2 -2
View File
@@ -67,11 +67,11 @@ let
in
stdenv.mkDerivation rec {
pname = "postfix";
version = "3.9.2";
version = "3.9.3";
src = fetchurl {
url = "https://de.postfix.org/ftpmirror/official/postfix-${version}.tar.gz";
hash = "sha256-ApB+N9OpZz81eaMmMaimkCWCfqQnnm7gIk2E0fRNhl4=";
hash = "sha256-Psn6zZPBi1azAY9sIUicRIdRDZiw1m/vJovaSsevPwg=";
};
nativeBuildInputs = [