reason: 3.8.2 → 3.9.0

authored by

Vincent Laporte and committed by
Vincent Laporte
804d0108 6070365b

+4 -2
+4 -2
pkgs/development/compilers/reason/default.nix
··· 1 { lib, callPackage, stdenv, makeWrapper, fetchurl, ocaml, findlib, dune_3 2 , ncurses 3 , fix, menhir, menhirLib, menhirSdk, merlin-extend, ppxlib, utop, cppo, ppx_derivers 4 }: 5 6 stdenv.mkDerivation rec { 7 pname = "ocaml${ocaml.version}-reason"; 8 - version = "3.8.2"; 9 10 src = fetchurl { 11 url = "https://github.com/reasonml/reason/releases/download/${version}/reason-${version}.tbz"; 12 - sha256 = "sha256-etzEXbILje+CrfJxIhH7jthEMoSJdS6O33QoG8HrLvI="; 13 }; 14 15 strictDeps = true; ··· 24 ]; 25 26 buildInputs = [ 27 fix 28 menhirSdk 29 ppxlib
··· 1 { lib, callPackage, stdenv, makeWrapper, fetchurl, ocaml, findlib, dune_3 2 , ncurses 3 , fix, menhir, menhirLib, menhirSdk, merlin-extend, ppxlib, utop, cppo, ppx_derivers 4 + , dune-build-info 5 }: 6 7 stdenv.mkDerivation rec { 8 pname = "ocaml${ocaml.version}-reason"; 9 + version = "3.9.0"; 10 11 src = fetchurl { 12 url = "https://github.com/reasonml/reason/releases/download/${version}/reason-${version}.tbz"; 13 + hash = "sha256-vPAIHs89Bc5o6Ch2obwqSEl8eCJbizEPLPJLM/NWhBY="; 14 }; 15 16 strictDeps = true; ··· 25 ]; 26 27 buildInputs = [ 28 + dune-build-info 29 fix 30 menhirSdk 31 ppxlib