ocamlPackages.multicore-bench: 0.1.4 → 0.1.7

This commit is contained in:
·𐑑𐑴𐑕𐑑𐑩𐑤
2025-08-22 21:29:17 +07:00
committed by Vincent Laporte
parent 0c5755b895
commit 17ef695a1e

View File

@@ -2,6 +2,7 @@
lib, lib,
buildDunePackage, buildDunePackage,
fetchurl, fetchurl,
backoff,
domain-local-await, domain-local-await,
mtime, mtime,
multicore-magic, multicore-magic,
@@ -10,14 +11,15 @@
buildDunePackage rec { buildDunePackage rec {
pname = "multicore-bench"; pname = "multicore-bench";
version = "0.1.4"; version = "0.1.7";
src = fetchurl { src = fetchurl {
url = "https://github.com/ocaml-multicore/multicore-bench/releases/download/${version}/multicore-bench-${version}.tbz"; url = "https://github.com/ocaml-multicore/multicore-bench/releases/download/${version}/multicore-bench-${version}.tbz";
hash = "sha256-iCx5QvhYo/e53cW23Sza2as4aez4HeESVvLPF1DW85A="; hash = "sha256-vrp9yiuTwhijhYjeDKPFRGyh/5LeydKWJSyMLZRRXIM=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
backoff
domain-local-await domain-local-await
mtime mtime
multicore-magic multicore-magic