Unverified Commit 9694f554 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #247929 from marsam/update-flow

flow: 0.213.0 -> 0.214.0
parents c1ac5984 8c48c39d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "flow";
  version = "0.213.0";
  version = "0.214.0";

  src = fetchFromGitHub {
    owner = "facebook";
    repo = "flow";
    rev = "v${version}";
    sha256 = "sha256-6w09lo1+gBiFU481a6wYGQmJ61yVwQhMOll7QUeXy0U=";
    sha256 = "sha256-N3eunmUl08RPu54k1QQWqgKa9RS0uzVVI2f0kCbmb2w=";
  };

  postPatch = ''