openapi-down-convert: 0.14.1 -> 0.14.2 (#462359)

This commit is contained in:
Arne Keller
2025-11-17 12:16:41 +00:00
committed by GitHub

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