postfix: 3.8.5 -> 3.8.6

Changelog: https://www.postfix.org/announcements/postfix-3.8.6.html
This commit is contained in:
Robert Schütz
2024-03-05 11:13:54 -08:00
parent e0cf8780da
commit dd524ff40a
+3 -3
View File
@@ -25,11 +25,11 @@ let
in stdenv.mkDerivation rec {
pname = "postfix";
version = "3.8.5";
version = "3.8.6";
src = fetchurl {
url = "https://de.postfix.org/ftpmirror/official/${pname}-${version}.tar.gz";
hash = "sha256-8+gnorLkEDWa0l0xNBlwQ0qwfjYTn5ou+TmBsOxWTIU=";
url = "https://de.postfix.org/ftpmirror/official/postfix-${version}.tar.gz";
hash = "sha256-S24XyCbMQ4zDAWqcClXqfnfGy6+6fdVyQdgbaQsOl3Q=";
};
nativeBuildInputs = [ makeWrapper m4 ];