Update file name and description for proton-cachyos package

This commit is contained in:
Chris Toph 2025-06-30 18:44:28 -04:00
parent 8870a5f44a
commit e1d48215ee
2 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@ stdenv.mkDerivation {
src =
let
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
fetchurl {
url = "https://github.com/CachyOS/proton-cachyos/releases/download/${tagName}/${fileName}";
@ -36,7 +36,7 @@ stdenv.mkDerivation {
passthru.updateScript = callPackage ./update.nix { };
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";
license = licenses.bsd3;
platforms = [ "x86_64-linux" ];

View file

@ -1,5 +1,5 @@
{
"base": "10.0",
"release": "20250623",
"hash": "sha256-HLWWR2h+AdGfqt3Aay9Xyz7Q06NRoi3/Mp5vJtoqLlg="
"hash": "sha256-w/rZIU3A0+sJwk06rVFBEfAxQkBsPEv3jxb51gYGCGY="
}