Skip to content

Commit 5325888

Browse files
willieyzmkannwischer
authored andcommitted
HOL-Light: Update HOL-Light to 2025-09-22
- Update HOL-Light from unstable-2024-12-22 to unstable-2025-09-22 - This aligns with the version used in mlkem-native and ensures compatibility with the HOL-Light patches ported from mlkem-native - The newer version includes HOL_ML_PATH support which is required for the interactive shell configuration in commit 57f6642 Changes between two versions of hol-light: - Added HOL_ML_PATH variable support for custom hol.ml files - Updated hol_4.14.sh and hol_4.sh to use HOL_ML_PATH This resolves the patch application failure when building the hol_light nix shell. Signed-off-by: willieyz <[email protected]>
1 parent de3b121 commit 5325888

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

nix/hol_light/default.nix

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@ hol_light.overrideAttrs (old: {
77
setupHook = writeText "setup-hook.sh" ''
88
export HOLDIR="$1/lib/hol_light"
99
export HOLLIGHT_DIR="$1/lib/hol_light"
10+
export PATH="$1/lib/hol_light:$PATH"
1011
'';
11-
version = "unstable-2024-12-22";
12+
version = "unstable-2025-09-22";
1213
src = fetchFromGitHub {
1314
owner = "jrh13";
1415
repo = "hol-light";
15-
rev = "0e4b1bd8c7d400214d6fa6027f15a4221b54f8d4";
16-
hash = "sha256-M6ddzqoAFyMBmaznuz31+o035xdEz4VXZMHhH4Dm4c8=";
16+
rev = "bed58fa74649fa74015176f8f90e77f7af5cf8e3";
17+
hash = "sha256-QDubbUUChvv04239BdcKPSU+E2gdSzqAWfAETK2Xtg0=";
1718
};
1819
patches = [
1920
./0005-Configure-hol-sh-for-mldsa-native.patch

0 commit comments

Comments
 (0)