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

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

flow: 0.148.0 -> 0.149.0
parents 850e813d e4bd03b9
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.148.0";
  version = "0.149.0";

  src = fetchFromGitHub {
    owner  = "facebook";
    repo   = "flow";
    rev    = "refs/tags/v${version}";
    sha256 = "sha256-DPHDuTBCsRq+u5kYHwImIXPxq04kW2HiqYsxJrun6n8=";
    sha256 = "sha256-/pNCEsCKfYh/jo+3x7usRyPNBRJB4gDu2TAgosSw37c=";
  };

  installPhase = ''