tsgolint: 0.11.2 -> 0.11.4

This commit is contained in:
R. Ryantm
2026-02-03 11:19:17 +00:00
parent e7c3209de1
commit ce5c66cd13
+2 -2
View File
@@ -9,13 +9,13 @@
buildGoModule (finalAttrs: {
pname = "tsgolint";
version = "0.11.2";
version = "0.11.4";
src = fetchFromGitHub {
owner = "oxc-project";
repo = "tsgolint";
tag = "v${finalAttrs.version}";
hash = "sha256-Gby8JW3bwVOIuNgLCIIt0y3egdljrR5cgbqAGqqqzpI=";
hash = "sha256-/1od2yijBSTi5PFhEQ95KTjQJYYgXRX4v6M/lIfQXtM=";
fetchSubmodules = true;
};