From f088e9e4bffa4903aebecc27f9f0c7dbbd56c7f0 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Thu, 25 May 2023 21:25:00 +0200 Subject: ocamlPackages.virtual_dom: 0.15.0 → 0.15.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit a572ce9cab30d88ceb4857330db2653a223a79cd) --- pkgs/development/ocaml-modules/janestreet/0.15.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/ocaml-modules/janestreet/0.15.nix b/pkgs/development/ocaml-modules/janestreet/0.15.nix index a0d5edc7bf871..969dadb9f55ab 100644 --- a/pkgs/development/ocaml-modules/janestreet/0.15.nix +++ b/pkgs/development/ocaml-modules/janestreet/0.15.nix @@ -1060,7 +1060,8 @@ with self; virtual_dom = janePackage { pname = "virtual_dom"; - hash = "15xia9v4ighzm0gv3vbqk9nvg47cvzqmfnl2zr67yxv4b98kyzv3"; + version = "0.15.1"; + hash = "sha256-Uv6ZDxz2/H0nHjiycUKNQwy/zZyHHmwDEHknFHwDuDs="; meta.description = "OCaml bindings for the virtual-dom library"; buildInputs = [ js_of_ocaml-ppx ]; propagatedBuildInputs = [ core_kernel gen_js_api js_of_ocaml lambdasoup tyxml ]; -- cgit 1.4.1