postfix: 3.8.4 -> 3.8.5

Changes: https://www.postfix.org/announcements/postfix-3.8.5.html
This commit is contained in:
Sergei Trofimovich 2024-01-22 10:12:36 +00:00
parent 5836514c53
commit 4cfdbc7b72

View file

@ -25,11 +25,11 @@ let
in stdenv.mkDerivation rec {
pname = "postfix";
version = "3.8.4";
version = "3.8.5";
src = fetchurl {
url = "https://de.postfix.org/ftpmirror/official/${pname}-${version}.tar.gz";
hash = "sha256-b1hIxdi2p9LFrwqfdbC9PxA0UekSWRRkq4Z/3gheYjY=";
hash = "sha256-8+gnorLkEDWa0l0xNBlwQ0qwfjYTn5ou+TmBsOxWTIU=";
};
nativeBuildInputs = [ makeWrapper m4 ];