postfix: 3.10.1 -> 3.10.2

Changes: https://www.postfix.org/announcements/postfix-3.10.2.html
This commit is contained in:
Sergei Trofimovich 2025-04-28 06:54:54 +01:00
parent 917ee0af83
commit a8d6fc288f

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 = [