Skip to content

Commit 1387bee

Browse files
committed
Update CBMC to 6.7.1
Signed-off-by: Matthias J. Kannwischer <matthias@kannwischer.eu>
1 parent 1ab3bad commit 1387bee

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)