summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrik Strid <ulrik.strid@outlook.com>2023-05-31 11:28:28 +0200
committerGitHub <noreply@github.com>2023-05-31 11:28:28 +0200
commitd2bb180efb195d3e545557162454c4f8c48c06b8 (patch)
treecb209b47b38ca1852c389bc2c641a240490895e3
parentlinux/hardened/patches/6.1: 6.1.28-hardened1 -> 6.1.29-hardened1 (diff)
parentocamlPackages.virtual_dom: 0.15.0 → 0.15.1 (diff)
downloadnixpkgs-d2bb180efb195d3e545557162454c4f8c48c06b8.tar.gz
Merge pull request #235152 from NixOS/backport-234049-to-release-23.05
[Backport release-23.05] ocamlPackages.virtual_dom: 0.15.0 → 0.15.1
-rw-r--r--pkgs/development/ocaml-modules/janestreet/0.15.nix3
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 ];