Merge pull request #152234 from vbgl/flow-168.0

flow: 0.166.1 → 0.168.0
This commit is contained in:
Mario Rodas
2021-12-26 15:48:53 -05:00
committed by GitHub
2 changed files with 2 additions and 3 deletions
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "flow";
version = "0.166.1";
version = "0.168.0";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "v${version}";
sha256 = "sha256-n07P7C+RehZJ+s7ZAgtHBMUwG62rxbjcXKLjKJf+rDA=";
sha256 = "sha256:0bd5xja547gwjh7zn26l52mssp6l9djd0lfc581zj30yx07aimi5";
};
installPhase = ''
-1
View File
@@ -14664,7 +14664,6 @@ with pkgs;
ffuf = callPackage ../tools/security/ffuf { };
flow = callPackage ../development/tools/analysis/flow {
ocamlPackages = ocaml-ng.ocamlPackages_4_10;
inherit (darwin.apple_sdk.frameworks) CoreServices;
};