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

opensmt: 2.6.0 -> 2.7.0
This commit is contained in:
7c6f434c 2024-05-30 09:30:27 +00:00 committed by GitHub
commit 89966fb4e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "opensmt";
version = "2.6.0";
version = "2.7.0";
src = fetchFromGitHub {
owner = "usi-verification-and-security";
repo = "opensmt";
rev = "v${version}";
sha256 = "sha256-glIiyPSkLG7sGYw5ujfl47GuDuPIPdP+UybA1vSn0Uw=";
sha256 = "sha256-zhNNnwc41B4sNq50kPub29EYhqV+FoDKRD/CLHnVyZw=";
};
nativeBuildInputs = [ cmake bison flex ];