bs-platform: 7.3.1 -> 7.3.2

This commit is contained in:
Antonio Nuno Monteiro 2020-05-14 21:00:31 -07:00
parent d0ef94bfd8
commit 90e5b2a44e
No known key found for this signature in database
GPG key ID: 5B5AF478F0A6392D

View file

@ -4,14 +4,14 @@ let
in
(build-bs-platform rec {
inherit stdenv runCommand fetchFromGitHub ninja nodejs python3;
version = "7.3.1";
version = "7.3.2";
ocaml-version = "4.06.1";
src = fetchFromGitHub {
owner = "BuckleScript";
repo = "bucklescript";
rev = version;
sha256 = "14vp6cl5ml7xb3pd0paqajb50qv62l8j5m8hi3b6fh0pm68j1yxd";
sha256 = "1nvp7wiiv149r4qf9bgc84bm4w7s44sjq9i7j103v24wllzz218s";
fetchSubmodules = true;
};
}).overrideAttrs (attrs: {