Unverified Commit 9c7e292a authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #259854 from r-ryantm/auto-update/flow

flow: 0.217.2 -> 0.218.0
parents a7e91f05 9b657939
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.217.2";
  version = "0.218.0";

  src = fetchFromGitHub {
    owner = "facebook";
    repo = "flow";
    rev = "v${version}";
    sha256 = "sha256-0Zu4uPxNDUUeyOLrjdQaCdiRbngtCtHx1qIqtLBmCdA=";
    sha256 = "sha256-QmC1K2msiIN7bBwlrsQ8in3YGUoVqf2w21HbiLULWhM=";
  };

  postPatch = ''