magic-trace: 1.2.3 -> 1.2.4

Signed-off-by: Ali Caglayan <alizter@gmail.com>

Changed files
+6 -2
pkgs
development
ocaml-modules
magic-trace
+6 -2
pkgs/development/ocaml-modules/magic-trace/default.nix
···
ocaml-crunch,
angstrom,
async,
+
camlzip,
cohttp,
cohttp_static_handler ? null,
core,
···
ppx_jane,
re,
shell ? null,
+
zstandard ? null,
}:
buildDunePackage rec {
pname = "magic-trace";
-
version = "1.2.3";
+
version = "1.2.4";
minimalOCamlVersion = "4.12";
···
owner = "janestreet";
repo = "magic-trace";
rev = "v${version}";
-
hash = "sha256-cAoaAXZOeWNQh6emm17a9oCis8s4jJxPQMI/NfiUa7g=";
+
hash = "sha256-LkhnlOd5rI8cbOYbVqrkRJ2qTcRn3Zzl6GjQEdjBjVA=";
};
nativeBuildInputs = [
···
buildInputs = [
angstrom
async
+
camlzip
cohttp
cohttp_static_handler
core
···
ppx_jane
re
shell
+
zstandard
];
meta = with lib; {