mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
[Backport release-26.05] ocamlPackages.js_of_ocaml-compiler: 6.3.2 -> 6.4.0 (#537124)
This commit is contained in:
commit
a455f05b42
3 changed files with 3 additions and 2 deletions
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
buildDunePackage,
|
||||
lib,
|
||||
ocaml,
|
||||
fetchFromGitHub,
|
||||
which,
|
||||
ocsigen_server,
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@ stdenv.mkDerivation rec {
|
|||
license = lib.licenses.lgpl21;
|
||||
maintainers = [ lib.maintainers.gal_bolle ];
|
||||
inherit (ocaml.meta) platforms;
|
||||
broken = true;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
sedlex,
|
||||
version ?
|
||||
if lib.versionAtLeast ocaml.version "4.13" then
|
||||
"6.3.2"
|
||||
"6.4.0"
|
||||
else if lib.versionAtLeast ocaml.version "4.11" then
|
||||
"6.0.1"
|
||||
else
|
||||
|
|
@ -27,6 +27,7 @@ buildDunePackage {
|
|||
url = "https://github.com/ocsigen/js_of_ocaml/releases/download/${version}/js_of_ocaml-${version}.tbz";
|
||||
hash =
|
||||
{
|
||||
"6.4.0" = "sha256-euIqflpsaqFKjiaV+mLGbzLLINsX8bRdwh6XAJNCFR8=";
|
||||
"6.3.2" = "sha256-qTr8llTsNGRwH7zg3M86i+uVCKyxLGBFd2vyzxBsq8A=";
|
||||
"6.2.0" = "sha256-fMZBd40bFyo1KogzPuDoxiE2WgrPzZuH44v9243Spdo=";
|
||||
"6.1.1" = "sha256-0x2kGq5hwCqqi01QTk6TcFIz0wPNgaB7tKxe7bA9YBQ=";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue