tsgolint: fix version starting with v

This commit is contained in:
Benjamin Sparks
2026-01-13 17:16:17 +01:00
parent a430bbf5b6
commit 369f2b9160
+2 -2
View File
@@ -9,13 +9,13 @@
buildGoModule (finalAttrs: {
pname = "tsgolint";
version = "v0.10.1";
version = "0.10.1";
src = applyPatches rec {
src = fetchFromGitHub {
owner = "oxc-project";
repo = "tsgolint";
tag = finalAttrs.version;
tag = "v${finalAttrs.version}";
hash = "sha256-6cDQjYVNfujIh3s+9pNCfqUEtfdvgx66oZoENqpJ7jE=";
fetchSubmodules = true;
};