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

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

re-flex: 4.2.0 -> 4.2.1
parents 541bf25c d803d2e8
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.2.0";
  version = "4.2.1";

  src = fetchFromGitHub {
    owner = "Genivia";
    repo = "RE-flex";
    rev = "v${version}";
    hash = "sha256-+/Q3lcdV4tEArYmuQN5iL6r5TS0J/zoLQ85bNazpSf8=";
    hash = "sha256-tWV7HnIeTao3IbT2xxsu+//4aLQLKP/+ySqrvzU139c=";
  };

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