Merge pull request #32145 from dywedir/reason

ocamlPackages.reason: 3.0.2 -> 3.0.3
This commit is contained in:
Orivej Desh 2017-11-28 18:44:10 +00:00 committed by GitHub
commit 0d7203a5c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,13 +3,13 @@
buildOcaml rec {
name = "reason";
version = "3.0.2";
version = "3.0.3";
src = fetchFromGitHub {
owner = "facebook";
repo = "reason";
rev = "v${version}";
sha256 = "1rpaazy0m76qidxwdr51qrgs3ryyz875rndwp9p30siqd04raswq";
rev = version;
sha256 = "19kp1cnxi6dq89xh07c14q7kzkawbxdkwrvn1rl48l78d04agnxx";
};
propagatedBuildInputs = [ menhir merlin_extend ppx_tools_versioned ];