reason: 3.3.2 -> 3.3.3

authored by Vladyslav Mykhailichenko and committed by Vincent Laporte 249ba3d3 9b46b273

+3 -3
+3 -3
pkgs/development/compilers/reason/default.nix
··· 3 4 buildOcaml rec { 5 name = "reason"; 6 - version = "3.3.2"; 7 8 src = fetchFromGitHub { 9 owner = "facebook"; 10 repo = "reason"; 11 - rev = "68a4124c772ee25c4729b005c8643851b1e17b92"; 12 - sha256 = "01v17m94ds98qk727mwpyx0a362zdf9s8x1fh8gp9jd9v3n6bc2d"; 13 }; 14 15 propagatedBuildInputs = [ menhir merlin_extend ppx_tools_versioned ];
··· 3 4 buildOcaml rec { 5 name = "reason"; 6 + version = "3.3.3"; 7 8 src = fetchFromGitHub { 9 owner = "facebook"; 10 repo = "reason"; 11 + rev = "fefe5e4db3a54a7946c2220ee037dd2f407011c9"; 12 + sha256 = "1x0dbacgq9pa36zgzwrc0gm14wbb6v27y9bf7wcwk55a1ck0am18"; 13 }; 14 15 propagatedBuildInputs = [ menhir merlin_extend ppx_tools_versioned ];