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:
David McFarland
2026-03-15 18:54:23 -03:00
parent 321576978f
commit 0487ddcda9
@@ -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" ]