Skip to content

Commit 3abd699

Browse files
rod-chapmanmkannwischer
authored andcommitted
Upgrade to tagged release of CBMC 6.10.0
Signed-off-by: Rod Chapman <rodchap@amazon.com>
1 parent b4b8c35 commit 3abd699

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

nix/cbmc/default.nix

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,13 @@ buildEnv {
1515
paths =
1616
builtins.attrValues {
1717
cbmc = cbmc.overrideAttrs (_: {
18-
# We pin an unstable CBMC develop snapshot rather than the 6.9.0
19-
# release to pick up the workaround for the z3 soundness issue
20-
# (https://github.com/pq-code-package/mlkem-native/issues/1744,
21-
# https://github.com/diffblue/cbmc/pull/9011).
22-
# TODO: switch back to a tagged release once one ships with the fix.
23-
version = "6.9.0-unstable-2026-06-13";
18+
version = "6.10.0";
2419
src = fetchFromGitHub {
2520
owner = "diffblue";
2621
repo = "cbmc";
27-
hash = "sha256-2RcLAttkORSv3DqwIb1pj73aeYYY6r1RGpytTIW5NAc=";
28-
rev = "7750282a89dc57bb1a8e5a1ec544e8584be0cee4";
22+
hash = "sha256-GCagpb2TFhOEH+lzMth+PWiJxlEw0L+H1DYUEQoMF3g=";
23+
tag = "cbmc-6.10.0";
2924
};
30-
doInstallCheck = false;
3125
});
3226
litani = callPackage ./litani.nix { }; # 1.29.0
3327
cbmc-viewer = callPackage ./cbmc-viewer.nix { }; # 3.12

0 commit comments

Comments
 (0)