Merge pull request #59397 from marsam/update-flow
flow: 0.96.0 -> 0.97.0
This commit is contained in:
commit
96f64f0086
@ -2,13 +2,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "flow";
|
||||
version = "0.96.0";
|
||||
version = "0.97.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "facebook";
|
||||
repo = "flow";
|
||||
rev = "refs/tags/v${version}";
|
||||
sha256 = "04al9jnaxgh8la6s2pzzpzm6pyfc5c6g7pc8cwz4xcngbsw60cpn";
|
||||
sha256 = "1y6mdm7ph9k3vv8n8hzxr3rqa6bfkh4yn9bcxb7qq67v08dlvx6r";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
@ -24,6 +24,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = https://flow.org/;
|
||||
license = licenses.mit;
|
||||
platforms = ocamlPackages.ocaml.meta.platforms;
|
||||
maintainers = with maintainers; [ puffnfresh globin ];
|
||||
maintainers = with maintainers; [ marsam puffnfresh globin ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user