ocamlPackages.multicore-bench: 0.1.4 → 0.1.7

Changed files
+4 -2
pkgs
development
ocaml-modules
multicore-bench
+4 -2
pkgs/development/ocaml-modules/multicore-bench/default.nix
···
lib,
buildDunePackage,
fetchurl,
domain-local-await,
mtime,
multicore-magic,
···
buildDunePackage rec {
pname = "multicore-bench";
-
version = "0.1.4";
src = fetchurl {
url = "https://github.com/ocaml-multicore/multicore-bench/releases/download/${version}/multicore-bench-${version}.tbz";
-
hash = "sha256-iCx5QvhYo/e53cW23Sza2as4aez4HeESVvLPF1DW85A=";
};
propagatedBuildInputs = [
domain-local-await
mtime
multicore-magic
···
lib,
buildDunePackage,
fetchurl,
+
backoff,
domain-local-await,
mtime,
multicore-magic,
···
buildDunePackage rec {
pname = "multicore-bench";
+
version = "0.1.7";
src = fetchurl {
url = "https://github.com/ocaml-multicore/multicore-bench/releases/download/${version}/multicore-bench-${version}.tbz";
+
hash = "sha256-vrp9yiuTwhijhYjeDKPFRGyh/5LeydKWJSyMLZRRXIM=";
};
propagatedBuildInputs = [
+
backoff
domain-local-await
mtime
multicore-magic