Skip to content

Commit 4bafe17

Browse files
mkannwischerwillieyz
authored andcommitted
[TEST] Switch to tautschnig's experimental CBMC
Signed-off-by: Matthias J. Kannwischer <[email protected]>
1 parent 53ddea6 commit 4bafe17

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
@@ -21,10 +21,10 @@ buildEnv {
2121
cbmc = cbmc.overrideAttrs (old: rec {
2222
version = "6.8.0";
2323
src = fetchFromGitHub {
24-
owner = "diffblue";
24+
owner = "tautschnig";
2525
repo = "cbmc";
26-
hash = "sha256-PT6AYiwkplCeyMREZnGZA0BKl4ZESRC02/9ibKg7mYU=";
27-
tag = "cbmc-6.8.0";
26+
hash = "sha256-ng1zjICpmoHUWkG1PuLRmLtaUBmEALpRgNEpbsrnMV8=";
27+
rev = "4f514dbd70c89e3bae03a59f1dc9837acf25885c";
2828
};
2929
});
3030
litani = callPackage ./litani.nix { }; # 1.29.0

0 commit comments

Comments
 (0)