opensmt: 2.1.0 -> 2.1.1

This commit is contained in:
R. RyanTM 2021-09-14 18:44:37 +00:00
parent 7319369972
commit 1c9cbe8a05

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "opensmt";
version = "2.1.0";
version = "2.1.1";
src = fetchFromGitHub {
owner = "usi-verification-and-security";
repo = "opensmt";
rev = "v${version}";
sha256 = "sha256-m8TpMBY1r0h8GJTHM4FLBuZtX+WK/Q7RTXUnNmUWV+o=";
sha256 = "sha256-StnEvkSSKDHGYXIQsDUu9T9Ztl+RtDTP47JvnRyH0bE=";
};
nativeBuildInputs = [ cmake bison flex ];