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,
|
||||
angstrom,
|
||||
async,
|
||||
camlzip,
|
||||
cohttp,
|
||||
cohttp_static_handler ? null,
|
||||
core,
|
||||
@ -14,11 +15,12 @@
|
||||
ppx_jane,
|
||||
re,
|
||||
shell ? null,
|
||||
zstandard ? null,
|
||||
}:
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "magic-trace";
|
||||
version = "1.2.3";
|
||||
version = "1.2.4";
|
||||
|
||||
minimalOCamlVersion = "4.12";
|
||||
|
||||
@ -26,7 +28,7 @@ buildDunePackage rec {
|
||||
owner = "janestreet";
|
||||
repo = "magic-trace";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-cAoaAXZOeWNQh6emm17a9oCis8s4jJxPQMI/NfiUa7g=";
|
||||
hash = "sha256-LkhnlOd5rI8cbOYbVqrkRJ2qTcRn3Zzl6GjQEdjBjVA=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -35,6 +37,7 @@ buildDunePackage rec {
|
||||
buildInputs = [
|
||||
angstrom
|
||||
async
|
||||
camlzip
|
||||
cohttp
|
||||
cohttp_static_handler
|
||||
core
|
||||
@ -44,6 +47,7 @@ buildDunePackage rec {
|
||||
ppx_jane
|
||||
re
|
||||
shell
|
||||
zstandard
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
x
Reference in New Issue
Block a user