ocamlPackages.jsonm: 1.0.1 → 1.0.2

This commit is contained in:
Vincent Laporte 2023-04-04 07:23:50 +02:00
parent 46c2ec6995
commit 1e02fa2d81
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

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