Commit f24c0439 authored by toastal's avatar toastal Committed by Vincent Laporte
Browse files

ocamlPackages.multicore-magic: 2.3.0 → 2.3.1

parent b4360089
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -2,17 +2,19 @@
  lib,
  buildDunePackage,
  fetchurl,
  nodejs-slim,
  alcotest,
  domain_shims,
  js_of_ocaml,
}:

buildDunePackage rec {
  pname = "multicore-magic";
  version = "2.3.0";
  version = "2.3.1";

  src = fetchurl {
    url = "https://github.com/ocaml-multicore/multicore-magic/releases/download/${version}/multicore-magic-${version}.tbz";
    hash = "sha256-r50UqLOd2DoTz0CEXHpJMHX0fty+mGiAKTdtykgnzu4=";
    hash = "sha256-Adcgi9yfEhhygbBK04H6N9ozg3O6JJWrXrD1MxUcGV8=";
  };

  doCheck = true;
@@ -21,6 +23,10 @@ buildDunePackage rec {
    alcotest
    domain_shims
  ];
  nativeCheckInputs = [
    nodejs-slim
    js_of_ocaml
  ];

  meta = {
    description = "Low-level multicore utilities for OCaml";