Skip to content

Commit 6d5369d

Browse files
authored
Merge pull request #877 from pq-code-package/cbmc_650
2 parents 35e6548 + b10bd1a commit 6d5369d

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
@@ -14,12 +14,12 @@ buildEnv {
1414
paths =
1515
builtins.attrValues {
1616
cbmc = cbmc.overrideAttrs (old: rec {
17-
version = "e033ba1f10121e5a913991ab6fc672d34a115ec1"; # remember to adjust this in ../flake.nix too
17+
version = "6.5.0";
1818
src = fetchFromGitHub {
1919
owner = "diffblue";
2020
repo = "cbmc";
21-
rev = "e033ba1f10121e5a913991ab6fc672d34a115ec1";
22-
hash = "sha256-m2LhpldzBSYP9caQ2RJBl++Cx5Fx97y8E2P2SKcsmMM=";
21+
rev = "32143ddf8ae93e6bd0f52189de509662348c2373";
22+
hash = "sha256-uciXv4dqESQrbNz+bQFpJcqoeWO8ZaRYjxoSUBOjlNI=";
2323
};
2424
});
2525
litani = callPackage ./litani.nix { }; # 1.29.0

0 commit comments

Comments
 (0)