Skip to content

Commit a4ca960

Browse files
authored
Merge pull request #1118 from pq-code-package/cbmc-6.7.1
Update CBMC to 6.7.1
2 parents 1ab3bad + 1387bee commit a4ca960

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.7.0";
19+
version = "6.7.1";
2020
src = fetchFromGitHub {
2121
owner = "diffblue";
2222
repo = "cbmc";
23-
hash = "sha256-a2Lc4Vou+tND/d8bRw9MpjWrPgdE9gwisfT+xbHUMjY=";
24-
tag = "cbmc-6.7.0";
23+
hash = "sha256-GUY4Evya0GQksl0R4b01UDSvoxUEOOeq4oOIblmoF5o=";
24+
tag = "cbmc-6.7.1";
2525
};
2626
});
2727
litani = callPackage ./litani.nix { }; # 1.29.0

0 commit comments

Comments
 (0)