diff options
| author | Vincent Laporte <Vincent.Laporte@gmail.com> | 2023-05-25 21:25:00 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-05-31 08:52:04 +0000 |
| commit | f088e9e4bffa4903aebecc27f9f0c7dbbd56c7f0 (patch) | |
| tree | 44ee38306e78df4a81015bcc0d1979bcd41d95ec | |
| parent | Merge pull request #235134 from NixOS/backport-234935-to-release-23.05 (diff) | |
| download | nixpkgs-f088e9e4bffa4903aebecc27f9f0c7dbbd56c7f0.tar.gz | |
ocamlPackages.virtual_dom: 0.15.0 → 0.15.1
(cherry picked from commit a572ce9cab30d88ceb4857330db2653a223a79cd)
| -rw-r--r-- | pkgs/development/ocaml-modules/janestreet/0.15.nix | 3 |
1 files changed, 2 insertions, 1 deletions
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 ]; |
