Merge pull request #305935 from r-ryantm/auto-update/ocamlPackages.gen_js_api

ocamlPackages.gen_js_api: 1.1.1 -> 1.1.2

authored by Ulrik Strid and committed by GitHub da7c6828 0d36ac82

+2 -2
+2 -2
pkgs/development/ocaml-modules/gen_js_api/default.nix
··· 10 10 11 11 buildDunePackage rec { 12 12 pname = "gen_js_api"; 13 - version = "1.1.1"; 13 + version = "1.1.2"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "LexiFi"; 17 17 repo = pname; 18 18 rev = "v${version}"; 19 - sha256 = "sha256-0FKKYPbSBza/Q6oZniq/UHi5zBjD/i7j5ds3ZDWkBTs="; 19 + sha256 = "sha256-tplbnQ/1dzZq8m/ibMAkGqY8RHQRmBPHOwh0dGuZCJM="; 20 20 }; 21 21 22 22 minimalOCamlVersion = "4.11";