ocamlPackages.domain-local-timeout: 0.1.0 -> 1.0.1
This commit is contained in:
parent
f63ce824cd
commit
6af7d9276d
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue