ocamlPackages.gen_js_api: 1.1.1 -> 1.1.2

This commit is contained in:
R. Ryantm 2024-04-22 07:09:49 +00:00
parent 0cd7d67808
commit 7ea90559ca
1 changed files with 2 additions and 2 deletions

View File

@ -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";