galaxy-buds-client: pin dotnet sdk to 10_0_1xx
This fixes a build error when 10_0_2xx is introduced.
This commit is contained in:
@@ -30,7 +30,7 @@ buildDotnetModule rec {
|
||||
|
||||
projectFile = [ "GalaxyBudsClient/GalaxyBudsClient.csproj" ];
|
||||
nugetDeps = ./deps.json;
|
||||
dotnet-sdk = dotnetCorePackages.sdk_10_0;
|
||||
dotnet-sdk = dotnetCorePackages.sdk_10_0_1xx;
|
||||
dotnet-runtime = dotnetCorePackages.runtime_10_0;
|
||||
dotnetFlags =
|
||||
lib.optionals stdenv.hostPlatform.isx86_64 [ "-p:Runtimeidentifier=linux-x64" ]
|
||||
|
||||
Reference in New Issue
Block a user