ocamlPackages.domain-local-timeout: 0.1.0 -> 1.0.1

This commit is contained in:
R. Ryantm 2024-02-24 09:59:46 +00:00
parent f63ce824cd
commit 6af7d9276d

View file

@ -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 ];