diff --git a/home/gaming/lutris.nix b/home/gaming/lutris.nix index cace811..cc78ebe 100644 --- a/home/gaming/lutris.nix +++ b/home/gaming/lutris.nix @@ -5,14 +5,14 @@ xdg.dataFile = { wine-ge = let - version = "GE-Proton7-6"; + version = "GE-Proton7-20"; 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 = "0w5yqnc2ic1fd1swc2m1qjmz75w6ndn06k3r61dg0fm88yk440zr"; + sha256 = "1yfcmfjyxfxkp14a3h2ffr6zfb9chk8676b978vk96vamdyr06j1"; }; target = "lutris/runners/wine/${name}"; }; diff --git a/home/gaming/steam.nix b/home/gaming/steam.nix index a66eea5..5fbc157 100644 --- a/home/gaming/steam.nix +++ b/home/gaming/steam.nix @@ -14,11 +14,11 @@ in { home.file = { proton-ge = let - version = "GE-Proton7-9"; + version = "GE-Proton7-24"; source = builtins.fetchTarball { url = "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/${version}/${version}.tar.gz"; - sha256 = "0hdk22bvxm48sdadmzcap9j7qidqkv0p0vb9jszksvlh0n6a5mji"; + sha256 = "1pzsncfxm817k7v3pif0rpw4m71ibxv9y3ry7acxyhk9gxdhmg2a"; }; in rec { recursive = true;