postfix: 3.9.1 -> 3.9.2 (#382738)

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