golangci-lint-langserver: 0.0.10 -> 0.0.11 (#400283)

Co-authored-by: kirillrdy <kirillrdy@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-04-20 21:54:23 +00:00
committed by GitHub
co-authored by kirillrdy
@@ -8,16 +8,16 @@
buildGoModule rec {
pname = "golangci-lint-langserver";
version = "0.0.10";
version = "0.0.11";
src = fetchFromGitHub {
owner = "nametake";
repo = "golangci-lint-langserver";
tag = "v${version}";
hash = "sha256-wNofr/s8K+vbvNZWrQ97g2V0fNAS2P/Zf7tsOmly+gc=";
hash = "sha256-mwYhOUH5PAbPRfP86dw9w6lIZYz/iL+f863XWOhBFy0=";
};
vendorHash = "sha256-SsGw26y/ZIBFp9dBk55ebQgJiLWOFRNe21h6huYE84I=";
vendorHash = "sha256-kbGTORTTxfftdU8ffsfh53nT7wZldOnBZ/1WWzN89Uc=";
subPackages = [ "." ];