csharp-ls: 0.17.0 -> 0.18.0 (#419184)

This commit is contained in:
Gaétan Lepage 2025-06-23 14:26:47 +02:00 committed by GitHub
commit 84806571cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,9 +11,9 @@ in
buildDotnetGlobalTool rec {
pname = "csharp-ls";
version = "0.17.0";
version = "0.18.0";
nugetHash = "sha256-8dPBDhLc+L/njlRE4UPqhWRV2k+jjgRri4rLW0dIHzM=";
nugetHash = "sha256-VSlyAt5c03Oiha21ZyQ4Xm/2iIse0h1eVrVpu+nWW3s=";
inherit dotnet-sdk;
dotnet-runtime = dotnet-sdk;