golangci-lint-langserver: 0.0.11 -> 0.0.12

This commit is contained in:
R. Ryantm
2026-02-23 07:16:40 +00:00
parent 2d52ed7a32
commit 49c979b65b

View File

@@ -8,13 +8,13 @@
buildGoModule (finalAttrs: {
pname = "golangci-lint-langserver";
version = "0.0.11";
version = "0.0.12";
src = fetchFromGitHub {
owner = "nametake";
repo = "golangci-lint-langserver";
tag = "v${finalAttrs.version}";
hash = "sha256-mwYhOUH5PAbPRfP86dw9w6lIZYz/iL+f863XWOhBFy0=";
hash = "sha256-Sm+y9ccM5zhatzDZ/qDYH4HT2foteCniItdojqnFSxI=";
};
vendorHash = "sha256-kbGTORTTxfftdU8ffsfh53nT7wZldOnBZ/1WWzN89Uc=";