tsgolint: 0.19.0 -> 0.20.0

https://github.com/oxc-project/tsgolint/releases/tag/v0.20.0
This commit is contained in:
Joseph LaFreniere
2026-04-07 15:44:40 -05:00
parent 32b70c7b78
commit 7c29d99cd3
+2 -2
View File
@@ -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;
};