Unverified Commit 46931757 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

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

parents 4652d074 00d60939
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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