magic-trace: 1.2.3 -> 1.2.4
Signed-off-by: Ali Caglayan <alizter@gmail.com>
This commit is contained in:
parent
daa60a3949
commit
5c1493b81d
@ -5,6 +5,7 @@
|
|||||||
ocaml-crunch,
|
ocaml-crunch,
|
||||||
angstrom,
|
angstrom,
|
||||||
async,
|
async,
|
||||||
|
camlzip,
|
||||||
cohttp,
|
cohttp,
|
||||||
cohttp_static_handler ? null,
|
cohttp_static_handler ? null,
|
||||||
core,
|
core,
|
||||||
@ -14,11 +15,12 @@
|
|||||||
ppx_jane,
|
ppx_jane,
|
||||||
re,
|
re,
|
||||||
shell ? null,
|
shell ? null,
|
||||||
|
zstandard ? null,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
pname = "magic-trace";
|
pname = "magic-trace";
|
||||||
version = "1.2.3";
|
version = "1.2.4";
|
||||||
|
|
||||||
minimalOCamlVersion = "4.12";
|
minimalOCamlVersion = "4.12";
|
||||||
|
|
||||||
@ -26,7 +28,7 @@ buildDunePackage rec {
|
|||||||
owner = "janestreet";
|
owner = "janestreet";
|
||||||
repo = "magic-trace";
|
repo = "magic-trace";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-cAoaAXZOeWNQh6emm17a9oCis8s4jJxPQMI/NfiUa7g=";
|
hash = "sha256-LkhnlOd5rI8cbOYbVqrkRJ2qTcRn3Zzl6GjQEdjBjVA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -35,6 +37,7 @@ buildDunePackage rec {
|
|||||||
buildInputs = [
|
buildInputs = [
|
||||||
angstrom
|
angstrom
|
||||||
async
|
async
|
||||||
|
camlzip
|
||||||
cohttp
|
cohttp
|
||||||
cohttp_static_handler
|
cohttp_static_handler
|
||||||
core
|
core
|
||||||
@ -44,6 +47,7 @@ buildDunePackage rec {
|
|||||||
ppx_jane
|
ppx_jane
|
||||||
re
|
re
|
||||||
shell
|
shell
|
||||||
|
zstandard
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user