Unverified Commit 14ce83d3 authored by Jon Seager's avatar Jon Seager Committed by GitHub
Browse files

tsgolint: 0.19.0 -> 0.20.0 (#507720)

parents 5b877ff1 7c29d99c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildGo126Module (finalAttrs: {
  pname = "tsgolint";
  version = "0.19.0";
  version = "0.20.0";

  src = fetchFromGitHub {
    owner = "oxc-project";
    repo = "tsgolint";
    tag = "v${finalAttrs.version}";
    hash = "sha256-f7X/aOaINVLJslOowHoqIL4AmSZjaO7feCGs4df7Kfg=";
    hash = "sha256-b89t4tyh9eupl0k47VbPTlP8XdbaKwovBGpUsRZBa28=";
    fetchSubmodules = true;
  };