ocamlPackages.reason: 3.0.2 -> 3.0.3

This commit is contained in:
dywedir 2017-11-28 20:28:43 +02:00
parent c917950c05
commit fb6f204813

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