File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 buildDunePackage ,
33 lib ,
4- ocaml ,
54 fetchFromGitHub ,
65 which ,
76 ocsigen_server ,
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 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=" ;
You can’t perform that action at this time.
0 commit comments