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

Merge pull request #183954 from marsam/update-flow

flow: 0.176.3 -> 0.183.1
parents b2f73f12 d88d65b1
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.176.3";
  version = "0.183.1";

  src = fetchFromGitHub {
    owner = "facebook";
    repo = "flow";
    rev = "v${version}";
    sha256 = "sha256-ZjWIaZ4XT7v66ozjQu+ld0Tz2gVjQFUD6JoL1nW/DmE=";
    sha256 = "sha256-RaME+vbmF/hDjwB/ZdvL+/ZgLtWeETMpi/xBlK1EvA0=";
  };

  makeFlags = [ "FLOW_RELEASE=1" ];
+0 −1
Original line number Diff line number Diff line
@@ -15944,7 +15944,6 @@ with pkgs;
  flow = callPackage ../development/tools/analysis/flow {
    inherit (darwin.apple_sdk.frameworks) CoreServices;
    ocamlPackages = ocaml-ng.ocamlPackages_4_12;
  };
  fly = callPackage ../development/tools/continuous-integration/fly { };