exim: 4.99 -> 4.99.1

This commit is contained in:
Janne Heß
2025-12-18 11:30:45 +01:00
parent b62e73839d
commit 45fa51df74
+2 -2
View File
@@ -39,11 +39,11 @@ let
in
stdenv.mkDerivation rec {
pname = "exim";
version = "4.99";
version = "4.99.1";
src = fetchurl {
url = "https://ftp.exim.org/pub/exim/exim4/${pname}-${version}.tar.xz";
hash = "sha256-XfOLBC/6mpyNMbILyEgVWAcONhsG9ldghiKmKjJ63Lo=";
hash = "sha256-6ulnvUml+HmTO4xuyIwwR1ocZkYjITXzfwW1XbxONEc=";
};
enableParallelBuilding = true;