reason: 1.13.3 -> 1.13.4

This commit is contained in:
Volth 2017-04-23 11:29:10 +00:00
parent aa8d50ce0b
commit 2770be5d5e
1 changed files with 2 additions and 2 deletions

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.3"; version = "1.13.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "facebook"; owner = "facebook";
repo = "reason"; repo = "reason";
rev = version; rev = version;
sha256 = "1b0dsnw69kkvix4iqlbcbfyr9j6zx2y2cbrp13f7y387hv6i7zkx"; sha256 = "03r2ciikgwaq1dkzgzc8n7h7y0q95ajh6n9bb2n5bpgfhwkr1wqi";
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://facebook.github.io/reason/; homepage = https://facebook.github.io/reason/;