Unverified Commit 89966fb4 authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

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

opensmt: 2.6.0 -> 2.7.0
parents c2df1524 59c0a02b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];