mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
ocamlPackages.reason: 1.13.4 -> 2.0.0
This commit is contained in:
parent
f0dbe18e9b
commit
7829eb794f
@ -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/;
|
||||||
|
Loading…
Reference in New Issue
Block a user