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