flow: 0.132.0 -> 0.133.0
https://github.com/facebook/flow/releases/tag/v0.133.0
This commit is contained in:
parent
6d4146073e
commit
f7100e698e
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "flow";
|
pname = "flow";
|
||||||
version = "0.132.0";
|
version = "0.133.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "facebook";
|
owner = "facebook";
|
||||||
repo = "flow";
|
repo = "flow";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
sha256 = "1080kf2zxhbgz1zhm54w3hqbbvwpfllapcq4pgwahfyvf6zb86d7";
|
sha256 = "1r4s4gw50pvp4r4mq2w45s9i7fbkf7zycgp8rrj1dqzmkl9v6kii";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
@ -25,6 +25,7 @@ stdenv.mkDerivation rec {
|
|||||||
changelog = "https://github.com/facebook/flow/releases/tag/v${version}";
|
changelog = "https://github.com/facebook/flow/releases/tag/v${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = ocamlPackages.ocaml.meta.platforms;
|
platforms = ocamlPackages.ocaml.meta.platforms;
|
||||||
|
broken = stdenv.isAarch64; # https://github.com/facebook/flow/issues/7556
|
||||||
maintainers = with maintainers; [ marsam puffnfresh ];
|
maintainers = with maintainers; [ marsam puffnfresh ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user