cbmc: 5.68.0 -> 5.69.0

This commit is contained in:
R. Ryantm 2022-10-28 03:46:13 +00:00 committed by Bobby Rong
parent 0a4b282367
commit 52b1e28293

View file

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "cbmc";
version = "5.68.0";
version = "5.69.0";
src = fetchFromGitHub {
owner = "diffblue";
repo = pname;
rev = "${pname}-${version}";
sha256 = "sha256-Hup/E426sPAj8/vpgBz8j6C65fG6U59oq78mqmGkDD8=";
sha256 = "sha256-X0Kc7I+5it0sbyRT6QXm7OOA9efnY3KwnMnyldgsNaA=";
};
nativeBuildInputs = [