Merge pull request #202406 from r-ryantm/auto-update/opensmt

opensmt: 2.4.2 -> 2.4.3
This commit is contained in:
7c6f434c 2022-11-23 16:30:40 +00:00 committed by GitHub
commit 31e618d210
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "opensmt";
version = "2.4.2";
version = "2.4.3";
src = fetchFromGitHub {
owner = "usi-verification-and-security";
repo = "opensmt";
rev = "v${version}";
sha256 = "sha256-BvENPCrQ9XWg4NgFIcOP04BysBGBmCRakA6NCFccKWE=";
sha256 = "sha256-v0CyVMi7Hb4Kdw8v/ZcKXpVHabq4m2cOhsNGXXVI4dw=";
};
nativeBuildInputs = [ cmake bison flex ];