Skip to content

Commit a455f05

Browse files
authored
[Backport release-26.05] ocamlPackages.js_of_ocaml-compiler: 6.3.2 -> 6.4.0 (#537124)
2 parents fb466df + 823b2de commit a455f05

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

pkgs/development/ocaml-modules/eliom/default.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
buildDunePackage,
33
lib,
4-
ocaml,
54
fetchFromGitHub,
65
which,
76
ocsigen_server,

pkgs/development/ocaml-modules/ocsigen-toolkit/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ stdenv.mkDerivation rec {
5151
license = lib.licenses.lgpl21;
5252
maintainers = [ lib.maintainers.gal_bolle ];
5353
inherit (ocaml.meta) platforms;
54+
broken = true;
5455
};
5556

5657
}

pkgs/development/tools/ocaml/js_of_ocaml/compiler.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
sedlex,
1313
version ?
1414
if lib.versionAtLeast ocaml.version "4.13" then
15-
"6.3.2"
15+
"6.4.0"
1616
else if lib.versionAtLeast ocaml.version "4.11" then
1717
"6.0.1"
1818
else
@@ -27,6 +27,7 @@ buildDunePackage {
2727
url = "https://github.com/ocsigen/js_of_ocaml/releases/download/${version}/js_of_ocaml-${version}.tbz";
2828
hash =
2929
{
30+
"6.4.0" = "sha256-euIqflpsaqFKjiaV+mLGbzLLINsX8bRdwh6XAJNCFR8=";
3031
"6.3.2" = "sha256-qTr8llTsNGRwH7zg3M86i+uVCKyxLGBFd2vyzxBsq8A=";
3132
"6.2.0" = "sha256-fMZBd40bFyo1KogzPuDoxiE2WgrPzZuH44v9243Spdo=";
3233
"6.1.1" = "sha256-0x2kGq5hwCqqi01QTk6TcFIz0wPNgaB7tKxe7bA9YBQ=";

0 commit comments

Comments
 (0)