summary refs log tree commit diff
path: root/pkgs/development/compilers/reason
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-06-26 03:44:55 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-06-26 04:10:02 +0200
commit7829eb794f9ec6572217260323db473a685be541 (patch)
treea8e59196858fa59b6172a21e5d68ae706558420a /pkgs/development/compilers/reason
parentf0dbe18e9b0fe59e8369dbbb02252ccbbd98f0bd (diff)
downloadnixlib-7829eb794f9ec6572217260323db473a685be541.tar
nixlib-7829eb794f9ec6572217260323db473a685be541.tar.gz
nixlib-7829eb794f9ec6572217260323db473a685be541.tar.bz2
nixlib-7829eb794f9ec6572217260323db473a685be541.tar.lz
nixlib-7829eb794f9ec6572217260323db473a685be541.tar.xz
nixlib-7829eb794f9ec6572217260323db473a685be541.tar.zst
nixlib-7829eb794f9ec6572217260323db473a685be541.zip
ocamlPackages.reason: 1.13.4 -> 2.0.0
Diffstat (limited to 'pkgs/development/compilers/reason')
-rw-r--r--pkgs/development/compilers/reason/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/reason/default.nix b/pkgs/development/compilers/reason/default.nix
index 7bd4750551f3..e364f536c889 100644
--- a/pkgs/development/compilers/reason/default.nix
+++ b/pkgs/development/compilers/reason/default.nix
@@ -2,12 +2,12 @@
   ocaml, opam, topkg, menhir, merlin_extend, ppx_tools_versioned, utop }:
 
 let 
-  version = "1.13.4";
+  version = "2.0.0";
   src = fetchFromGitHub {
     owner = "facebook";
     repo = "reason";
     rev = version;
-    sha256 = "03r2ciikgwaq1dkzgzc8n7h7y0q95ajh6n9bb2n5bpgfhwkr1wqi";
+    sha256 = "0l3lwfvppplah707rq5nqjav2354lq6d7xfflfigkzhn74hlx6iy";
   };
   meta = with stdenv.lib; {
     homepage = https://facebook.github.io/reason/;