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.
2 parents 35e6548 + b10bd1a commit 6d5369dCopy full SHA for 6d5369d
nix/cbmc/default.nix
@@ -14,12 +14,12 @@ buildEnv {
14
paths =
15
builtins.attrValues {
16
cbmc = cbmc.overrideAttrs (old: rec {
17
- version = "e033ba1f10121e5a913991ab6fc672d34a115ec1"; # remember to adjust this in ../flake.nix too
+ version = "6.5.0";
18
src = fetchFromGitHub {
19
owner = "diffblue";
20
repo = "cbmc";
21
- rev = "e033ba1f10121e5a913991ab6fc672d34a115ec1";
22
- hash = "sha256-m2LhpldzBSYP9caQ2RJBl++Cx5Fx97y8E2P2SKcsmMM=";
+ rev = "32143ddf8ae93e6bd0f52189de509662348c2373";
+ hash = "sha256-uciXv4dqESQrbNz+bQFpJcqoeWO8ZaRYjxoSUBOjlNI=";
23
};
24
});
25
litani = callPackage ./litani.nix { }; # 1.29.0
0 commit comments