versions
This commit is contained in:
@@ -6,8 +6,7 @@
|
||||
"repo": "proton-cachyos",
|
||||
"releasePrefix": "cachyos-",
|
||||
"releaseSuffix": "-slr",
|
||||
"tarballPrefix": "proton-",
|
||||
"tarballSuffix": "-x86_64_v4.tar.xz"
|
||||
"tarballPrefix": "proton-"
|
||||
},
|
||||
"sources": {
|
||||
"proton": {
|
||||
@@ -19,7 +18,8 @@
|
||||
"cachyos": {
|
||||
"variables": {
|
||||
"base": "10.0",
|
||||
"release": "20260227"
|
||||
"release": "20260227",
|
||||
"tarballSuffix": "-x86_64.tar.xz"
|
||||
},
|
||||
"sources": {
|
||||
"proton": {
|
||||
@@ -30,7 +30,8 @@
|
||||
"cachyos-v2": {
|
||||
"variables": {
|
||||
"base": "10.0",
|
||||
"release": "20260227"
|
||||
"release": "20260227",
|
||||
"tarballSuffix": "-x86_64_v2.tar.xz"
|
||||
},
|
||||
"sources": {
|
||||
"proton": {
|
||||
@@ -41,7 +42,8 @@
|
||||
"cachyos-v3": {
|
||||
"variables": {
|
||||
"base": "10.0",
|
||||
"release": "20260227"
|
||||
"release": "20260227",
|
||||
"tarballSuffix": "-x86_64_v3.tar.xz"
|
||||
},
|
||||
"sources": {
|
||||
"proton": {
|
||||
@@ -52,7 +54,8 @@
|
||||
"cachyos-v4": {
|
||||
"variables": {
|
||||
"base": "10.0",
|
||||
"release": "20260227"
|
||||
"release": "20260227",
|
||||
"tarballSuffix": "-x86_64_v4.tar.xz"
|
||||
},
|
||||
"sources": {
|
||||
"proton": {
|
||||
@@ -63,7 +66,8 @@
|
||||
"ge": {
|
||||
"variables": {
|
||||
"base": "10",
|
||||
"release": "26"
|
||||
"release": "26",
|
||||
"tarballSuffix": "-x86_64_v4.tar.xz"
|
||||
},
|
||||
"sources": {
|
||||
"proton": {
|
||||
@@ -73,6 +77,7 @@
|
||||
}
|
||||
},
|
||||
"notes": {
|
||||
"consumption": "default.nix currently computes the URL from base/release and suffixes. With this schema, keep using those variables (variant.variables.base/release) and the per-variant proton.hash until migrated to an explicit urlTemplate."
|
||||
"consumption": "default.nix reads base/release/tarballSuffix from the selected variant's variables. The urlTemplate uses ${tarballSuffix} which each variant overrides to point at the correct CPU-optimised tarball.",
|
||||
"ge": "The ge variant tracks GE-Proton (base=major, release=minor) but uses the CachyOS release infrastructure. Verify the release tag and URL are correct before updating."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user