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

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