Merge pull request #224591 from vbgl/ocaml-jsonm-1.0.2

ocamlPackages.jsonm: 1.0.1 → 1.0.2
This commit is contained in:
Ulrik Strid 2023-04-04 08:49:45 +02:00 committed by GitHub
commit c3d46d9698
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "ocaml${ocaml.version}-jsonm";
version = "1.0.1";
version = "1.0.2";
src = fetchurl {
url = "https://erratique.ch/software/jsonm/releases/jsonm-${version}.tbz";
sha256 = "1176dcmxb11fnw49b7yysvkjh0kpzx4s48lmdn5psq9vshp5c29w";
hash = "sha256-6ikjn+tAUyAd8+Hm0nws4SOIKsRljhyL6plYvhGKe9Y=";
};
nativeBuildInputs = [ ocaml findlib ocamlbuild topkg ];