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

cbmc: 5.69.0 -> 5.69.1
This commit is contained in:
markuskowa 2022-10-29 23:23:02 +02:00 committed by GitHub
commit 89857e684f
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.69.0";
version = "5.69.1";
src = fetchFromGitHub {
owner = "diffblue";
repo = pname;
rev = "${pname}-${version}";
sha256 = "sha256-X0Kc7I+5it0sbyRT6QXm7OOA9efnY3KwnMnyldgsNaA=";
sha256 = "sha256-1HwR+MM2AUrx07knBDJg+xCm0/cyGzYGQ2LvJUxXEyE=";
};
nativeBuildInputs = [