Skip to content

Commit 9c6cae6

Browse files
mkannwischerhanno-becker
authored andcommitted
Nix: Bump s2n-bignum and hol_light
Signed-off-by: Matthias J. Kannwischer <matthias@zerorisc.com>
1 parent fb886a2 commit 9c6cae6

2 files changed

Lines changed: 6 additions & 8 deletions

File tree

nix/hol_light/default.nix

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,21 @@ hol_light.overrideAttrs (old: {
77
export HOLLIGHT_DIR="$1/lib/hol_light"
88
export PATH="$1/lib/hol_light:$PATH"
99
'';
10-
version = "unstable-2026-02-27";
10+
version = "unstable-2026-04-17";
1111
src = fetchFromGitHub {
1212
owner = "jrh13";
1313
repo = "hol-light";
14-
rev = "d9a37c8a3e82196280ce27089b9af8b9ea2710b9";
15-
hash = "sha256-XQz/lso/0evfspCmSXm/Z4c8hEZE18JsMPHP0GDdiBQ=";
14+
rev = "af5d20e033025a9f30a490d9c39edace632405a3";
15+
hash = "sha256-R5hSHguVu7YPP7bnFJQ1Prc8Yy3L41LAB20LfEr/RUw=";
1616
};
1717
patches = [
1818
./0005-Configure-hol-sh-for-mlkem-native.patch
1919
./0006-Add-findlib-to-ocaml-hol.patch
2020
];
2121
propagatedBuildInputs = old.propagatedBuildInputs ++ old.nativeBuildInputs ++ [ ocamlPackages.pcre2 ledit ];
2222
buildPhase = ''
23-
patchShebangs pa_j/chooser.sh
24-
patchShebangs update_database/chooser.sh
23+
patchShebangs .
2524
HOLLIGHT_USE_MODULE=1 make hol.sh
26-
patchShebangs hol.sh
2725
HOLLIGHT_USE_MODULE=1 make
2826
'';
2927
installPhase = ''

nix/s2n_bignum/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
{ stdenv, fetchFromGitHub, writeText, ... }:
33
stdenv.mkDerivation rec {
44
pname = "s2n_bignum";
5-
version = "628a9cc892c53d112a4b592180b1f3f8d17b156a";
5+
version = "b70f1349bdc930769dbe5fee070044c27395e70a";
66
src = fetchFromGitHub {
77
owner = "awslabs";
88
repo = "s2n-bignum";
99
rev = "${version}";
10-
hash = "sha256-UpC0pvrXHNUyDY1lhji1OQfHZK755VvSQFtODFX3VQ8=";
10+
hash = "sha256-zZYIOp3bL/Asr4RdDYDFH804EJoRB4CKFmjKZepKEvA=";
1111
};
1212
setupHook = writeText "setup-hook.sh" ''
1313
export S2N_BIGNUM_DIR="$1"

0 commit comments

Comments
 (0)