Commit baf2e9b0 authored by R. RyanTM's avatar R. RyanTM
Browse files

opensmt: 2.5.1 -> 2.5.2

parent 9baeb193
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.5.1";
  version = "2.5.2";

  src = fetchFromGitHub {
    owner = "usi-verification-and-security";
    repo = "opensmt";
    rev = "v${version}";
    sha256 = "sha256-XwrhqxDunao4uyUyBhDgGdMjRlmetke77Zmb7za+Aes=";
    sha256 = "sha256-gP2oaTEBVk54oK4Le5VudF7+HM8JXCzVqv8UXc08RFQ=";
  };

  nativeBuildInputs = [ cmake bison flex ];