opentabletdriver: 0.6.6.2 -> 0.6.7

This commit is contained in:
Gutyina Gergő
2026-04-26 09:57:43 +00:00
parent 7e04df2d60
commit dc8a048eaf
2 changed files with 109 additions and 954 deletions
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -23,13 +23,13 @@
buildDotnetModule (finalAttrs: {
pname = "OpenTabletDriver";
version = "0.6.6.2";
version = "0.6.7";
src = fetchFromGitHub {
owner = "OpenTabletDriver";
repo = "OpenTabletDriver";
tag = "v${finalAttrs.version}";
hash = "sha256-OeioFdevYPiLl9w7FXVmpbcp1cIMoMYnSLgoBisOOOU=";
hash = "sha256-jL3d1DjY9n85BrO6ajZVvJMHmPYfxng4YE25s/9hfGA=";
};
dotnet-sdk = dotnetCorePackages.sdk_8_0;