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

Co-authored-by: kirillrdy <kirillrdy@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] kirillrdy and committed by GitHub a2bbba3c fc312c13

+3 -3
+3 -3
pkgs/by-name/go/golangci-lint-langserver/package.nix
··· 8 8 9 9 buildGoModule rec { 10 10 pname = "golangci-lint-langserver"; 11 - version = "0.0.10"; 11 + version = "0.0.11"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "nametake"; 15 15 repo = "golangci-lint-langserver"; 16 16 tag = "v${version}"; 17 - hash = "sha256-wNofr/s8K+vbvNZWrQ97g2V0fNAS2P/Zf7tsOmly+gc="; 17 + hash = "sha256-mwYhOUH5PAbPRfP86dw9w6lIZYz/iL+f863XWOhBFy0="; 18 18 }; 19 19 20 - vendorHash = "sha256-SsGw26y/ZIBFp9dBk55ebQgJiLWOFRNe21h6huYE84I="; 20 + vendorHash = "sha256-kbGTORTTxfftdU8ffsfh53nT7wZldOnBZ/1WWzN89Uc="; 21 21 22 22 subPackages = [ "." ]; 23 23