chore(gaming): update wine-ge & proton-ge

This commit is contained in:
Felix Schröter 2021-12-20 01:34:04 +01:00
parent 7f357d4d70
commit 21162bfeac
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58
2 changed files with 5 additions and 6 deletions

View file

@ -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}";
};

View file

@ -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;