Commit 7b4155b2 authored by R. RyanTM's avatar R. RyanTM
Browse files

re-flex: 3.5.1 -> 4.0.1

parent e3474e1d
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.5.1";
  version = "4.0.1";

  src = fetchFromGitHub {
    owner = "Genivia";
    repo = "RE-flex";
    rev = "v${version}";
    sha256 = "sha256-AP8889MQSAq/CIfZRDOkaqkTrT6EPqHK0bbeLa9v6h8=";
    sha256 = "sha256-eQ2+RthvOKCd2Dl6i+9DahJArFfOhPJkn6PI/yuaqos=";
  };

  nativeBuildInputs = [ boost autoconf automake ];