Skip to content

Commit

Permalink
Merge pull request NixOS#87862 from anmonteiro/anmonteiro/bs-platform…
Browse files Browse the repository at this point in the history
…-7.3.2
  • Loading branch information
Mic92 committed May 15, 2020
2 parents 4de5006 + 90e5b2a commit 9b3129e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/bs-platform/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 9b3129e

Please sign in to comment.