about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrik Strid <ulrik.strid@outlook.com>2024-04-26 08:27:13 +0200
committerGitHub <noreply@github.com>2024-04-26 08:27:13 +0200
commitda7c68286ae9d86f5db5b4cae64a66e960cac19e (patch)
tree23955b8b36ca8989d71ba1e6d176257eddbff044
parent0d36ac82e29c7829386330ffe2f037d21a689b3e (diff)
parent7ea90559ca29e7fe048916a3f12c6868765d8e47 (diff)
Merge pull request #305935 from r-ryantm/auto-update/ocamlPackages.gen_js_api
ocamlPackages.gen_js_api: 1.1.1 -> 1.1.2
-rw-r--r--pkgs/development/ocaml-modules/gen_js_api/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/gen_js_api/default.nix b/pkgs/development/ocaml-modules/gen_js_api/default.nix
index af1078e8faa7d..1901bfa59bfcd 100644
--- a/pkgs/development/ocaml-modules/gen_js_api/default.nix
+++ b/pkgs/development/ocaml-modules/gen_js_api/default.nix
@@ -10,13 +10,13 @@
 
 buildDunePackage rec {
   pname = "gen_js_api";
-  version = "1.1.1";
+  version = "1.1.2";
 
   src = fetchFromGitHub {
     owner = "LexiFi";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-0FKKYPbSBza/Q6oZniq/UHi5zBjD/i7j5ds3ZDWkBTs=";
+    sha256 = "sha256-tplbnQ/1dzZq8m/ibMAkGqY8RHQRmBPHOwh0dGuZCJM=";
   };
 
   minimalOCamlVersion = "4.11";