openapi-down-convert: 0.14.1 -> 0.14.2

This commit is contained in:
R. Ryantm
2025-11-16 20:12:46 +00:00
parent 5dec4550e8
commit 00d60939f6

View File

@@ -9,16 +9,16 @@
buildNpmPackage (finalAttrs: {
pname = "openapi-down-convert";
version = "0.14.1";
version = "0.14.2";
src = fetchFromGitHub {
owner = "apiture";
repo = "openapi-down-convert";
tag = "v${finalAttrs.version}";
hash = "sha256-8csxj2HfOb9agDmwNmksNaiQhRd+3D1tf0vWU2w+XWw=";
hash = "sha256-auHZ6xfsOhGetzH4sSsZy+EC9eM06GKMww0h9iN8Heo=";
};
npmDepsHash = "sha256-5VgFAiphahDKz3ZhzNEdQOFxvhvDy+S/qOClqBgMzSg=";
npmDepsHash = "sha256-gVRHp28NhremVit34nngq0KvDn16m0xJIyUooiD7MtU=";
postInstall = ''
find $out/lib -type f \( -name '*.ts' \) -delete