[Backport release-26.05] exim: 4.99.3 -> 4.99.4 (#525904)

This commit is contained in:
Vladimír Čunát 2026-06-06 17:26:01 +00:00 committed by GitHub
commit 8402b6d0f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,11 +39,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "exim";
version = "4.99.3";
version = "4.99.4";
src = fetchurl {
url = "https://ftp.exim.org/pub/exim/exim4/exim-${finalAttrs.version}.tar.xz";
hash = "sha256-Zj520qDZuPxbNz0ACORK4ETxD+sivJ266MfyE0Xr+zs=";
hash = "sha256-h/84gVcA37HuTrfo26eRbfenVZBTVNLQ+qGuF5DE/Z0=";
};
enableParallelBuilding = true;