opentabletdriver: 0.6.4.0-unstable-2024-11-25 -> 0.6.5.0

This commit is contained in:
Gutyina Gergő
2024-12-20 14:02:16 +01:00
parent b1f3b76f52
commit 34e0981ede
2 changed files with 8 additions and 6 deletions
+5
View File
@@ -19,6 +19,11 @@
"version": "3.0.2",
"hash": "sha256-b8LCEIZCLJdYcJXQqI3TGDmkLrmLhz84eoTq+qP5xvU="
},
{
"pname": "DiffPlex",
"version": "1.7.2",
"hash": "sha256-Vsn81duAmPIPkR40h5bEz7hgtF5Kt5nAAGhQZrQbqxE="
},
{
"pname": "Eto.Forms",
"version": "2.5.10",
+3 -6
View File
@@ -20,19 +20,16 @@
buildDotnetModule rec {
pname = "OpenTabletDriver";
version = "0.6.4.0-unstable-2024-11-25";
version = "0.6.5.0";
src = fetchFromGitHub {
owner = "OpenTabletDriver";
repo = "OpenTabletDriver";
rev = "8b88b8bdc5144391f10eb61ee77803ba0ee83718"; # 0.6.x branch
hash = "sha256-5JKkSqV9owkHgWXfjiyv5QRh86apDCPzpA6qha1i4D4=";
rev = "refs/tags/v${version}";
hash = "sha256-ILnwHfcV/tW59TLDpAeDwJK708IQfMFBOYuqRtED0kw=";
};
dotnetInstallFlags = [ "--framework=net8.0" ];
dotnet-sdk = dotnetCorePackages.sdk_8_0;
dotnet-runtime = dotnetCorePackages.runtime_8_0;
projectFile = [
"OpenTabletDriver.Console"