ocamlPackages.domain-local-await: 0.2.1 → 1.0.0
This commit is contained in:
parent
580d1b42ef
commit
8fc24972c5
1 changed files with 3 additions and 3 deletions
|
@ -8,14 +8,14 @@
|
||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
pname = "domain-local-await";
|
pname = "domain-local-await";
|
||||||
version = "0.2.1";
|
version = "1.0.0";
|
||||||
|
|
||||||
minimalOCamlVersion = "5.0";
|
minimalOCamlVersion = "5.0";
|
||||||
duneVersion = "3";
|
duneVersion = "3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/ocaml-multicore/${pname}/releases/download/${version}/${pname}-${version}.tbz";
|
url = "https://github.com/ocaml-multicore/${pname}/releases/download/${version}/${pname}-${version}.tbz";
|
||||||
sha256 = "LQxshVpk9EnO2adGXBamF8Hw8CVTAzJ7W4yKIkSmLm4=";
|
sha256 = "KijWg0iTSdqbwkXd5Kr3/94urDm8QFSY2lMmGjUuxGo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
@ -37,7 +37,7 @@ buildDunePackage rec {
|
||||||
homepage = "https://github.com/ocaml-multicore/ocaml-${pname}";
|
homepage = "https://github.com/ocaml-multicore/ocaml-${pname}";
|
||||||
changelog = "https://github.com/ocaml-multicore/ocaml-${pname}/raw/v${version}/CHANGES.md";
|
changelog = "https://github.com/ocaml-multicore/ocaml-${pname}/raw/v${version}/CHANGES.md";
|
||||||
description = "A scheduler independent blocking mechanism";
|
description = "A scheduler independent blocking mechanism";
|
||||||
license = with lib.licenses; [ bsd0 ];
|
license = with lib.licenses; [ isc ];
|
||||||
maintainers = with lib.maintainers; [ toastal ];
|
maintainers = with lib.maintainers; [ toastal ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue