File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments