forked from nikkuss/pkgs
add: VRCNext (vrchat companion desktop app)
This commit is contained in:
+12
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user