Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Star-Citizen: 1.6.9 -> 1.6.10 #139

Merged
merged 1 commit into from
Jan 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions pkgs/star-citizen/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
postCommands ? "",
pkgs,
}: let
version = "1.6.9";
version = "1.6.10";
src = pkgs.fetchurl rec {
url = "https://install.robertsspaceindustries.com/star-citizen/RSI-Setup-${version}.exe";
name = "RSI-Setup-${version}.exe";
hash = "sha256-h/JBhtYRV4XbPYPq+A8UcELmr/1inVWiV+A5/bCLLWM=";
hash = "sha256-axttJvw3MFmhLC4e+aqtf4qx0Z0x4vz78LElyGkMAbs=";
};

# concat winetricks args
Expand All @@ -36,9 +36,6 @@
export WINEDLLOVERRIDES="libglesv2=b,nvapi,nvapi64=,powershell.exe="
# Anti-cheat
export SteamGameId="starcitizen"
__GL_SHADER_DISK_CACHE=1
__GL_SHADER_DISK_CACHE_SIZE=1073741824
__GL_THREADED_OPTIMIZATIONS=1
PATH=${lib.makeBinPath [wine winetricks]}:$PATH
USER="$(whoami)"
RSI_LAUNCHER="$WINEPREFIX/drive_c/Program Files/Roberts Space Industries/RSI Launcher/RSI Launcher.exe"
Expand Down
Loading