Merge pull request #310063 from GaetanLepage/csharp-language-server

csharp-ls: 0.12.0 -> 0.13.0
This commit is contained in:
Pol Dellaiera 2024-05-08 15:06:48 +02:00 committed by GitHub
commit cf9b240a87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -8,9 +8,9 @@ in
buildDotnetGlobalTool rec {
pname = "csharp-ls";
version = "0.12.0";
version = "0.13.0";
nugetSha256 = "sha256-JQPIFgVisw/rRUcWpRGrFI3S67f5mOl0CWG1i8BlsXQ=";
nugetSha256 = "sha256-hhgMwDk3mT7E07REqZduTuEnS7D1tCgdxqN+MLNo9EI=";
dotnet-sdk = sdk_8_0;
dotnet-runtime = sdk_8_0;