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

cbmc: 5.90.0 -> 5.91.0
This commit is contained in:
Mario Rodas 2023-09-12 23:29:01 -05:00 committed by GitHub
commit fae6b58656
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.90.0";
version = "5.91.0";
src = fetchFromGitHub {
owner = "diffblue";
repo = pname;
rev = "${pname}-${version}";
sha256 = "sha256-c6Ms/IStmKug5nz37TzjeexkY3YfWaUqEKIC2viMK9g=";
sha256 = "sha256-7DzhGEDS9T6WIjGoxOw9Gf/q+tYNFJDPbQUBV3tbn/I=";
};
nativeBuildInputs = [