ocamlPackages.reason: 1.13.4 -> 2.0.0

This commit is contained in:
Vincent Laporte 2017-06-26 03:44:55 +02:00
parent f0dbe18e9b
commit 7829eb794f

View File

@ -2,12 +2,12 @@
ocaml, opam, topkg, menhir, merlin_extend, ppx_tools_versioned, utop }: ocaml, opam, topkg, menhir, merlin_extend, ppx_tools_versioned, utop }:
let let
version = "1.13.4"; version = "2.0.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "facebook"; owner = "facebook";
repo = "reason"; repo = "reason";
rev = version; rev = version;
sha256 = "03r2ciikgwaq1dkzgzc8n7h7y0q95ajh6n9bb2n5bpgfhwkr1wqi"; sha256 = "0l3lwfvppplah707rq5nqjav2354lq6d7xfflfigkzhn74hlx6iy";
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://facebook.github.io/reason/; homepage = https://facebook.github.io/reason/;