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

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

flow: 0.217.0 -> 0.217.2
parents dd8af63f 8a28376b
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.0";
  version = "0.217.2";

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

  postPatch = ''