Skip to content

Commit af04f0d

Browse files
authored
Merge pull request #1098 from pq-code-package/cbmc_6_7
CBMC: Update to CBMC 6.7.0
2 parents a67a02e + e4d382c commit af04f0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nix/cbmc/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ buildEnv {
1616
paths =
1717
builtins.attrValues {
1818
cbmc = cbmc.overrideAttrs (old: rec {
19-
version = "6.6.0";
19+
version = "6.7.0";
2020
src = fetchFromGitHub {
2121
owner = "diffblue";
2222
repo = "cbmc";
23-
hash = "sha256-ot0vVBgiSVru/RE7KeyTsXzDfs0CSa5vaFsON+PCZZo=";
24-
tag = "cbmc-6.6.0";
23+
hash = "sha256-a2Lc4Vou+tND/d8bRw9MpjWrPgdE9gwisfT+xbHUMjY=";
24+
tag = "cbmc-6.7.0";
2525
};
2626
});
2727
litani = callPackage ./litani.nix { }; # 1.29.0

0 commit comments

Comments
 (0)