From 1e02fa2d81fa6d7c4384bc0672a7648ce2f1050b Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Tue, 4 Apr 2023 07:23:50 +0200 Subject: ocamlPackages.jsonm: 1.0.1 → 1.0.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/development/ocaml-modules/jsonm/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/development/ocaml-modules/jsonm/default.nix') diff --git a/pkgs/development/ocaml-modules/jsonm/default.nix b/pkgs/development/ocaml-modules/jsonm/default.nix index f90a252264ff7..a6e136eddfc45 100644 --- a/pkgs/development/ocaml-modules/jsonm/default.nix +++ b/pkgs/development/ocaml-modules/jsonm/default.nix @@ -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 ]; -- cgit 1.4.1