flow: 0.176.3 -> 0.183.1

This commit is contained in:
Mario Rodas 2022-07-30 04:20:00 +00:00
parent b2c1806cfe
commit d88d65b175
2 changed files with 2 additions and 3 deletions

View file

@ -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" ];

View file

@ -15942,7 +15942,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 { };