We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a67a02e + e4d382c commit af04f0dCopy full SHA for af04f0d
nix/cbmc/default.nix
@@ -16,12 +16,12 @@ buildEnv {
16
paths =
17
builtins.attrValues {
18
cbmc = cbmc.overrideAttrs (old: rec {
19
- version = "6.6.0";
+ version = "6.7.0";
20
src = fetchFromGitHub {
21
owner = "diffblue";
22
repo = "cbmc";
23
- hash = "sha256-ot0vVBgiSVru/RE7KeyTsXzDfs0CSa5vaFsON+PCZZo=";
24
- tag = "cbmc-6.6.0";
+ hash = "sha256-a2Lc4Vou+tND/d8bRw9MpjWrPgdE9gwisfT+xbHUMjY=";
+ tag = "cbmc-6.7.0";
25
};
26
});
27
litani = callPackage ./litani.nix { }; # 1.29.0
0 commit comments