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

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

flow: 0.218.0 -> 0.219.5
parents 095c80fb 43c80750
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.218.0";
  version = "0.219.5";

  src = fetchFromGitHub {
    owner = "facebook";
    repo = "flow";
    rev = "v${version}";
    sha256 = "sha256-QmC1K2msiIN7bBwlrsQ8in3YGUoVqf2w21HbiLULWhM=";
    sha256 = "sha256-cg0tqwvYQ43Nvu6fQHGEX002sjmDBcz2AGke+K5Gk7g=";
  };

  postPatch = ''