Loading pkgs/development/tools/ocaml/js_of_ocaml/compiler.nix +8 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,13 @@ menhir, menhirLib, sedlex, version ? if lib.versionAtLeast ocaml.version "4.11" then "6.0.1" else "5.8.2", version ? if lib.versionAtLeast ocaml.version "4.13" then "6.1.0" else if lib.versionAtLeast ocaml.version "4.11" then "6.0.1" else "5.8.2", }: buildDunePackage { Loading @@ -22,6 +28,7 @@ buildDunePackage { url = "https://github.com/ocsigen/js_of_ocaml/releases/download/${version}/js_of_ocaml-${version}.tbz"; hash = { "6.1.0" = "sha256-PDMMw4L94xq3fCVj/ClKFwN8LGtJzbxBg6gHLIhHFSc="; "6.0.1" = "sha256-gT2+4rYuFUEEnqI6IOQFzyROJ+v6mFl4XPpT4obSxhQ="; "5.9.1" = "sha256-aMlcYIcdjpyaVMgvNeLtUEE7y0QPIg0LNRayoe4ccwc="; "5.8.2" = "sha256-ciAZS9L5sU2VgVOlogZ1A1nXtJ3hL+iNdFDThc7L8Eo="; Loading Loading
pkgs/development/tools/ocaml/js_of_ocaml/compiler.nix +8 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,13 @@ menhir, menhirLib, sedlex, version ? if lib.versionAtLeast ocaml.version "4.11" then "6.0.1" else "5.8.2", version ? if lib.versionAtLeast ocaml.version "4.13" then "6.1.0" else if lib.versionAtLeast ocaml.version "4.11" then "6.0.1" else "5.8.2", }: buildDunePackage { Loading @@ -22,6 +28,7 @@ buildDunePackage { url = "https://github.com/ocsigen/js_of_ocaml/releases/download/${version}/js_of_ocaml-${version}.tbz"; hash = { "6.1.0" = "sha256-PDMMw4L94xq3fCVj/ClKFwN8LGtJzbxBg6gHLIhHFSc="; "6.0.1" = "sha256-gT2+4rYuFUEEnqI6IOQFzyROJ+v6mFl4XPpT4obSxhQ="; "5.9.1" = "sha256-aMlcYIcdjpyaVMgvNeLtUEE7y0QPIg0LNRayoe4ccwc="; "5.8.2" = "sha256-ciAZS9L5sU2VgVOlogZ1A1nXtJ3hL+iNdFDThc7L8Eo="; Loading