Merge pull request #59397 from marsam/update-flow

flow: 0.96.0 -> 0.97.0
This commit is contained in:
Mario Rodas 2019-04-13 10:29:28 -05:00 committed by GitHub
commit 96f64f0086
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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