Update file name and description for proton-cachyos package
This commit is contained in:
parent
8870a5f44a
commit
513bb0d2d4
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ stdenv.mkDerivation {
|
||||||
src =
|
src =
|
||||||
let
|
let
|
||||||
tagName = "cachyos-${protonGeVersions.base}-${protonGeVersions.release}-slr";
|
tagName = "cachyos-${protonGeVersions.base}-${protonGeVersions.release}-slr";
|
||||||
fileName = "proton-cachyos-${protonGeVersions.base}-${protonGeVersions.release}-slr-x86_64.tar.xz";
|
fileName = "proton-cachyos-${protonGeVersions.base}-${protonGeVersions.release}-slr-x86_64_v3.tar.xz";
|
||||||
in
|
in
|
||||||
fetchurl {
|
fetchurl {
|
||||||
url = "https://github.com/CachyOS/proton-cachyos/releases/download/${tagName}/${fileName}";
|
url = "https://github.com/CachyOS/proton-cachyos/releases/download/${tagName}/${fileName}";
|
||||||
|
@ -36,7 +36,7 @@ stdenv.mkDerivation {
|
||||||
passthru.updateScript = callPackage ./update.nix { };
|
passthru.updateScript = callPackage ./update.nix { };
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Compatibility tool for Steam Play based on Wine and additional components. CachyOS fork.";
|
description = "CachyOS Proton build with additional patches and optimizations";
|
||||||
homepage = "https://github.com/CachyOS/proton-cachyos";
|
homepage = "https://github.com/CachyOS/proton-cachyos";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue