ocamlPackages.multicore-magic: 2.3.0 → 2.3.1

This commit is contained in:
·𐑑𐑴𐑕𐑑𐑩𐑤
2025-08-22 14:08:09 +02:00
committed by Vincent Laporte
parent b436008948
commit f24c0439ea
@@ -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";