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

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

flow: 0.230.0 -> 0.231.0
parents d22c776b 2a6e0602
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.230.0";
  version = "0.231.0";

  src = fetchFromGitHub {
    owner = "facebook";
    repo = "flow";
    rev = "v${version}";
    hash = "sha256-8sfyjUlyJ9A96xD7n6BeJxDNhT7FMq/7HlVC373uLM8=";
    hash = "sha256-xZ6hyAnfWMwNZfkDIPV+0Cjs/HBMwBME6tZwQW38Cmk=";
  };

  postPatch = ''