tsgolint: 0.21.0 -> 0.21.1

https://github.com/oxc-project/tsgolint/releases/tag/v0.21.1
This commit is contained in:
Joseph LaFreniere
2026-04-16 21:52:50 -05:00
parent a7144c2bf0
commit dc6ec4e960
+2 -2
View File
@@ -8,13 +8,13 @@
buildGo126Module (finalAttrs: {
pname = "tsgolint";
version = "0.21.0";
version = "0.21.1";
src = fetchFromGitHub {
owner = "oxc-project";
repo = "tsgolint";
tag = "v${finalAttrs.version}";
hash = "sha256-U5+QgrYcuuUSsa8MCGFzBYFRyWdV5C3n9bahjv9Vg9Y=";
hash = "sha256-tNLmJnV6ztk6IJpJERow4kf4Xx+cbFadLptbt4JpiRs=";
fetchSubmodules = true;
};