bs-platform: 7.3.2 -> 8.2.0

This commit is contained in:
Marek Fajkus
2020-09-08 13:28:55 -07:00
committed by Jon
parent df76747972
commit f1e071e048
3 changed files with 24 additions and 5 deletions
@@ -4,14 +4,16 @@ let
in
(build-bs-platform rec {
inherit stdenv runCommand fetchFromGitHub ninja nodejs python3;
version = "7.3.2";
version = "8.2.0";
ocaml-version = "4.06.1";
patches = [ ./jscomp-release-ninja.patch ];
src = fetchFromGitHub {
owner = "BuckleScript";
repo = "bucklescript";
rev = version;
sha256 = "1nvp7wiiv149r4qf9bgc84bm4w7s44sjq9i7j103v24wllzz218s";
sha256 = "1hql7sxps1k17zmwyha6idq6nw20abpq770l55ry722birclmsmf";
fetchSubmodules = true;
};
}).overrideAttrs (attrs: {