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

opensmt: 2.3.1 -> 2.4.1
This commit is contained in:
7c6f434c 2022-07-29 17:28:50 +00:00 committed by GitHub
commit 155092eeab
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.3.1";
version = "2.4.1";
src = fetchFromGitHub {
owner = "usi-verification-and-security";
repo = "opensmt";
rev = "v${version}";
sha256 = "sha256-3F4Q/ZWlgkiiW7QVjnaaDLSNLVdfAOSmwYdQo1v9Lv4=";
sha256 = "sha256-Hy+NCR0gbU06WnfIyKy6XTH94vd0CevwGbZ7KlXVvIQ=";
};
nativeBuildInputs = [ cmake bison flex ];