Merge pull request #32145 from dywedir/reason
ocamlPackages.reason: 3.0.2 -> 3.0.3
This commit is contained in:
commit
0d7203a5c7
@ -3,13 +3,13 @@
|
|||||||
|
|
||||||
buildOcaml rec {
|
buildOcaml rec {
|
||||||
name = "reason";
|
name = "reason";
|
||||||
version = "3.0.2";
|
version = "3.0.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "facebook";
|
owner = "facebook";
|
||||||
repo = "reason";
|
repo = "reason";
|
||||||
rev = "v${version}";
|
rev = version;
|
||||||
sha256 = "1rpaazy0m76qidxwdr51qrgs3ryyz875rndwp9p30siqd04raswq";
|
sha256 = "19kp1cnxi6dq89xh07c14q7kzkawbxdkwrvn1rl48l78d04agnxx";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ menhir merlin_extend ppx_tools_versioned ];
|
propagatedBuildInputs = [ menhir merlin_extend ppx_tools_versioned ];
|
||||||
|
Loading…
Reference in New Issue
Block a user