Unverified Commit e8098bc1 authored by Donovan Glover's avatar Donovan Glover Committed by GitHub
Browse files

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

re-flex: 4.4.0 -> 4.5.0
parents 472701ed 9339e632
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
  pname = "re-flex";
  version = "4.4.0";
  version = "4.5.0";

  src = fetchFromGitHub {
    owner = "Genivia";
    repo = "RE-flex";
    rev = "v${version}";
    hash = "sha256-yMFz3KrB1eIzGg0LB3U0H+XQz/DKhJOyiG8ScW9Lm7A=";
    hash = "sha256-Dc/nnzJtkLgfmYnilA9FtOPtlOwTqgXtNVWhypFu5hs=";
  };

  outputs = [ "out" "bin" "dev" ];