opentabletdriver: 0.6.6.1 -> 0.6.6.2

This commit is contained in:
R. Ryantm
2025-10-22 13:29:17 +00:00
parent 4c574b7e0c
commit 13a6d7fc6d
+2 -2
View File
@@ -23,13 +23,13 @@
buildDotnetModule (finalAttrs: {
pname = "OpenTabletDriver";
version = "0.6.6.1";
version = "0.6.6.2";
src = fetchFromGitHub {
owner = "OpenTabletDriver";
repo = "OpenTabletDriver";
tag = "v${finalAttrs.version}";
hash = "sha256-ixckDFE/LCSncNGjXqPT5GurPhm5aSVALOw4ZrBa5Ww=";
hash = "sha256-OeioFdevYPiLl9w7FXVmpbcp1cIMoMYnSLgoBisOOOU=";
};
dotnet-sdk = dotnetCorePackages.sdk_8_0;