Unverified Commit 8f8acb21 authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

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

opensmt: 2.4.3 -> 2.5.0
parents d8085b48 84dbda04
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.4.3";
  version = "2.5.0";

  src = fetchFromGitHub {
    owner = "usi-verification-and-security";
    repo = "opensmt";
    rev = "v${version}";
    sha256 = "sha256-v0CyVMi7Hb4Kdw8v/ZcKXpVHabq4m2cOhsNGXXVI4dw=";
    sha256 = "sha256-+u0Go+QU56mmV1G+m+sDOhi3QaWveZILS9fWv8THoWc=";
  };

  nativeBuildInputs = [ cmake bison flex ];