Merge pull request #248258 from r-ryantm/auto-update/cbmc

cbmc: 5.88.1 -> 5.89.0
This commit is contained in:
Nick Cao 2023-08-10 19:30:18 -06:00 committed by GitHub
commit 39f729e827
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.88.1";
version = "5.89.0";
src = fetchFromGitHub {
owner = "diffblue";
repo = pname;
rev = "${pname}-${version}";
sha256 = "sha256-bfrtYqTMU/Nib0wZjS/t0kg5sBsuQuq9GaHX4PxL7tU=";
sha256 = "sha256-pgZdR1X0aOCfCKAGo2h9bAIO2XTTiWL8ERgandOQj/M=";
};
nativeBuildInputs = [