[25.11] exim: 4.99.2 -> 4.99.3 (#522641)

This commit is contained in:
Thomas Gerbet
2026-05-31 14:54:12 +00:00
committed by GitHub

View File

@@ -39,11 +39,11 @@ let
in
stdenv.mkDerivation rec {
pname = "exim";
version = "4.99.2";
version = "4.99.3";
src = fetchurl {
url = "https://ftp.exim.org/pub/exim/exim4/exim-${version}.tar.xz";
hash = "sha256-JTZPGZiCcNhGllaJ3SnGYs9d4VJjmHXQ1TUqaf11Okc=";
hash = "sha256-Zj520qDZuPxbNz0ACORK4ETxD+sivJ266MfyE0Xr+zs=";
};
enableParallelBuilding = true;