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

opensmt: 2.5.0 -> 2.5.1
This commit is contained in:
Weijia Wang 2023-05-27 02:34:54 +03:00 committed by GitHub
commit 5b61dd80b9
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.5.0";
version = "2.5.1";
src = fetchFromGitHub {
owner = "usi-verification-and-security";
repo = "opensmt";
rev = "v${version}";
sha256 = "sha256-+u0Go+QU56mmV1G+m+sDOhi3QaWveZILS9fWv8THoWc=";
sha256 = "sha256-XwrhqxDunao4uyUyBhDgGdMjRlmetke77Zmb7za+Aes=";
};
nativeBuildInputs = [ cmake bison flex ];