From a572ce9cab30d88ceb4857330db2653a223a79cd Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Thu, 25 May 2023 21:25:00 +0200 Subject: [PATCH] =?UTF-8?q?ocamlPackages.virtual=5Fdom:=200.15.0=20?= =?UTF-8?q?=E2=86=92=200.15.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 a0d5edc7bf87..969dadb9f55a 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 ];