Unverified Commit 1bca3030 authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

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

opensmt: 2.5.1 -> 2.5.2
parents 1f164b36 baf2e9b0
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 ];