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

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

flow: 0.226.0 -> 0.227.0
parents 7caefbd6 4f303652
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.226.0";
  version = "0.227.0";

  src = fetchFromGitHub {
    owner = "facebook";
    repo = "flow";
    rev = "v${version}";
    hash = "sha256-mWC98FLh5m2gYFlFUjrJBeaFBuNx8fm5ojiidE7c2rU=";
    hash = "sha256-+tVSlqKyf70fxUfIQ+KnhzI6nE5Weh9D9JIlStah83U=";
  };

  postPatch = ''