add: VRCNext (vrchat companion desktop app)

This commit is contained in:
2026-08-07 22:04:06 +01:00
parent 3fee7b017c
commit a621ecbbe9
5 changed files with 314 additions and 1 deletions
+21
View File
@@ -1,4 +1,25 @@
{
"VRCNext": {
"cargoLock": null,
"date": null,
"extract": null,
"name": "VRCNext",
"passthru": null,
"pinned": false,
"src": {
"deepClone": false,
"fetchSubmodules": false,
"leaveDotGit": false,
"name": null,
"owner": "shinyflvre",
"repo": "VRCNext",
"rev": "v2026.40.6",
"sha256": "sha256-qJdYFj1hBLVeDmQcUcbteKJIALMDEP1Tk77ds5tP0T8=",
"sparseCheckout": [],
"type": "github"
},
"version": "v2026.40.6"
},
"ath-tools": {
"cargoLock": null,
"date": "2026-07-16",
+12 -1
View File
@@ -6,7 +6,18 @@
dockerTools,
}:
{
ath-tools = {
VRCNext = {
pname = "VRCNext";
version = "v2026.40.6";
src = fetchFromGitHub {
owner = "shinyflvre";
repo = "VRCNext";
rev = "v2026.40.6";
fetchSubmodules = false;
sha256 = "sha256-qJdYFj1hBLVeDmQcUcbteKJIALMDEP1Tk77ds5tP0T8=";
};
};
ath-tools = {
pname = "ath-tools";
version = "54367caab6cb4e6cd21310c64feadbacc8c9b574";
src = fetchgit {