Unverified Commit b96bd4df authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #259463 from r-ryantm/auto-update/re-flex

re-flex: 3.3.8 -> 3.4.1
parents dd3d155d 366e5670
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
  pname = "re-flex";
  version = "3.3.8";
  version = "3.4.1";

  src = fetchFromGitHub {
    owner = "Genivia";
    repo = "RE-flex";
    rev = "v${version}";
    sha256 = "sha256-ujBdR4NDY9TwHwghtj2uMJoLtuYpzw5cUCMSbEsXlmY=";
    sha256 = "sha256-U25W/hNPol6WtBDrKsft00vr/GoRjaNEr36fq2L9FlY=";
  };

  nativeBuildInputs = [ boost autoconf automake ];