Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

ocamlPackages.reason: 3.0.3 -> 3.0.4

authored by dywedir and committed by Vincent Laporte b53567e7 f1acf2d6

+3 -3
+3 -3
pkgs/development/compilers/reason/default.nix
··· 3 4 buildOcaml rec { 5 name = "reason"; 6 - version = "3.0.3"; 7 8 src = fetchFromGitHub { 9 owner = "facebook"; 10 repo = "reason"; 11 rev = version; 12 - sha256 = "19kp1cnxi6dq89xh07c14q7kzkawbxdkwrvn1rl48l78d04agnxx"; 13 }; 14 15 propagatedBuildInputs = [ menhir merlin_extend ppx_tools_versioned ]; ··· 34 ''; 35 36 meta = with stdenv.lib; { 37 - homepage = https://facebook.github.io/reason/; 38 description = "Facebook's friendly syntax to OCaml"; 39 license = licenses.bsd3; 40 maintainers = [ maintainers.volth ];
··· 3 4 buildOcaml rec { 5 name = "reason"; 6 + version = "3.0.4"; 7 8 src = fetchFromGitHub { 9 owner = "facebook"; 10 repo = "reason"; 11 rev = version; 12 + sha256 = "15qhx85him5rr4j0ygj3jh3qv9ijrn82ibr9scbn0qrnn43kj047"; 13 }; 14 15 propagatedBuildInputs = [ menhir merlin_extend ppx_tools_versioned ]; ··· 34 ''; 35 36 meta = with stdenv.lib; { 37 + homepage = https://reasonml.github.io/; 38 description = "Facebook's friendly syntax to OCaml"; 39 license = licenses.bsd3; 40 maintainers = [ maintainers.volth ];