diff --git a/home/gaming/lutris.nix b/home/gaming/lutris.nix index f766ec1..ba84081 100644 --- a/home/gaming/lutris.nix +++ b/home/gaming/lutris.nix @@ -5,14 +5,14 @@ xdg.dataFile = { wine-ge = let - version = "6.14-GE-2"; - name = "wine-lutris-ge-6.14-2-x86_64"; + version = "7.0rc2-GE-1"; + name = "wine-lutris-ge-7.0rc2-1-x86_64"; in { recursive = false; source = builtins.fetchTarball { url = "https://github.com/GloriousEggroll/wine-ge-custom/releases/download/${version}/${name}.tar.xz"; - sha256 = "0ss693vg7gq6dp4x0ilhlkbz2il941ravhrh7l7s6zzx415c468x"; + sha256 = "14lpn9zx10vmrwdgdkwjvk2mnp2q1scfi5j7xkzgrcvvs81qq4ic"; }; target = "lutris/runners/wine/${name}"; }; diff --git a/home/gaming/steam.nix b/home/gaming/steam.nix index 25ea29f..bb2ae96 100644 --- a/home/gaming/steam.nix +++ b/home/gaming/steam.nix @@ -13,13 +13,12 @@ in { home.packages = [ steam steam.run pkgs.protontricks ]; home.file = { - # TODO doesn't show up in steam proton-ge = let - version = "6.14-GE-2"; + version = "7.0rc2-GE-1"; source = builtins.fetchTarball { url = "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/${version}/Proton-${version}.tar.gz"; - sha256 = "18hfag1nzj6ldy0ign2yjfzfms0w23vmcykgl8h1dfk0xjaql8gk"; + sha256 = "0ch1vm371zrp2iqai4n3zfzl2s9kgp8a6ph9vgfwclwplc787xbr"; }; in rec { recursive = true;