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.
1 parent 53ddea6 commit 4bafe17Copy full SHA for 4bafe17
nix/cbmc/default.nix
@@ -21,10 +21,10 @@ buildEnv {
21
cbmc = cbmc.overrideAttrs (old: rec {
22
version = "6.8.0";
23
src = fetchFromGitHub {
24
- owner = "diffblue";
+ owner = "tautschnig";
25
repo = "cbmc";
26
- hash = "sha256-PT6AYiwkplCeyMREZnGZA0BKl4ZESRC02/9ibKg7mYU=";
27
- tag = "cbmc-6.8.0";
+ hash = "sha256-ng1zjICpmoHUWkG1PuLRmLtaUBmEALpRgNEpbsrnMV8=";
+ rev = "4f514dbd70c89e3bae03a59f1dc9837acf25885c";
28
};
29
});
30
litani = callPackage ./litani.nix { }; # 1.29.0
0 commit comments