Merge pull request #246593 from jiegec/auto-update/cbmc

cbmc: 5.87.0 -> 5.88.1
This commit is contained in:
Weijia Wang 2023-08-01 23:00:00 +02:00 committed by GitHub
commit b5416bf837
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "cbmc";
version = "5.87.0";
version = "5.88.1";
src = fetchFromGitHub {
owner = "diffblue";
repo = pname;
rev = "${pname}-${version}";
sha256 = "sha256-aBqJqsZK5O3yWTQ1BEej0eeDI8JcsnO6sIv7eH6wnkw=";
sha256 = "sha256-bfrtYqTMU/Nib0wZjS/t0kg5sBsuQuq9GaHX4PxL7tU=";
};
nativeBuildInputs = [