From 5c3130535db8545d1f3a7a8fc6bb5e842e11f766 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Schr=C3=B6ter?= Date: Fri, 6 Jan 2023 17:29:18 +0100 Subject: [PATCH] chore(gaming): update proton-ge & wine-ge --- home/gaming/lutris.nix | 4 ++-- home/gaming/steam.nix | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/home/gaming/lutris.nix b/home/gaming/lutris.nix index cc3d343..e93a543 100644 --- a/home/gaming/lutris.nix +++ b/home/gaming/lutris.nix @@ -6,14 +6,14 @@ xdg.dataFile = { wine-ge = let - version = "GE-Proton7-29"; + version = "GE-Proton7-35"; name = "wine-lutris-${version}-x86_64"; in { recursive = false; source = builtins.fetchTarball { url = "https://github.com/GloriousEggroll/wine-ge-custom/releases/download/${version}/${name}.tar.xz"; - sha256 = "0kabfah8h01b7f822qi0kqp3d6mrd7q7p8ygd2c14j3hczr4vyyg"; + sha256 = "17adirraf6m9kiaa9bkc991h1m5r5g8rbjhgv3ccrvd0v1339zn7"; }; target = "lutris/runners/wine/${name}"; }; diff --git a/home/gaming/steam.nix b/home/gaming/steam.nix index 02de1f2..b7c97ee 100644 --- a/home/gaming/steam.nix +++ b/home/gaming/steam.nix @@ -13,13 +13,13 @@ in { home.packages = [ steam steam.run pkgs.protontricks ]; home.file = { - proton-ge = let version = "GE-Proton7-35"; + proton-ge = let version = "GE-Proton7-43"; in rec { recursive = true; source = builtins.fetchTarball { url = "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/${version}/${version}.tar.gz"; - sha256 = "12n7w49ml79id1yg4rbbh48v021p3waspq5aqvkxxy8n1gp8dssv"; + sha256 = "1qw87ychhx8z5wvzw8w1j0h554mxs9w14glbbn2ywwyhp643h2hb"; }; target = ".local/share/Steam/compatibilitytools.d/Proton-${version}/"; };