Merge pull request #291098 from r-ryantm/auto-update/ocamlPackages.domain-local-timeout

ocamlPackages.domain-local-timeout: 0.1.0 -> 1.0.1
This commit is contained in:
Weijia Wang
2024-03-06 22:01:33 +01:00
committed by GitHub
@@ -6,13 +6,13 @@
buildDunePackage rec {
pname = "domain-local-timeout";
version = "0.1.0";
version = "1.0.1";
minimalOCamlVersion = "4.12";
src = fetchurl {
url = "https://github.com/ocaml-multicore/domain-local-timeout/releases/download/${version}/domain-local-timeout-${version}.tbz";
hash = "sha256-UTqcHdGAN/LrvumPhW4Cy6RY8RJ/iVO5zTJKrhPRTjk=";
hash = "sha256-6sCqUkOjN8E+7OLUwVQntkv0vrQDkGDV8KNqDhVm0d8=";
};
propagatedBuildInputs = [ mtime psq thread-table ];