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

This commit is contained in:
Felix Schröter 2022-01-31 22:50:31 +01:00
parent b7c50221f3
commit f1108bec84
Signed by: felschr
GPG key ID: 671E39E6744C807D
2 changed files with 5 additions and 5 deletions

View file

@ -5,14 +5,14 @@
xdg.dataFile = { xdg.dataFile = {
wine-ge = let wine-ge = let
version = "7.0rc3-GE-1"; version = "7.1-GE-1";
name = "wine-lutris-ge-7.0rc3-1-x86_64"; name = "wine-lutris-ge-7.1-1-x86_64";
in { in {
recursive = false; recursive = false;
source = builtins.fetchTarball { source = builtins.fetchTarball {
url = url =
"https://github.com/GloriousEggroll/wine-ge-custom/releases/download/${version}/${name}.tar.xz"; "https://github.com/GloriousEggroll/wine-ge-custom/releases/download/${version}/${name}.tar.xz";
sha256 = "12wg99nfgi511ckvk2v4s893vq2iwdrz7p01rv18rqsschm2fxay"; sha256 = "1x29ydla6sww2plbinl7pdjlmlg52sf5c6c9xrfpl1cg6svgqnk6";
}; };
target = "lutris/runners/wine/${name}"; target = "lutris/runners/wine/${name}";
}; };

View file

@ -14,11 +14,11 @@ in {
home.file = { home.file = {
proton-ge = let proton-ge = let
version = "7.0rc6-GE-1"; version = "7.1-GE-2";
source = builtins.fetchTarball { source = builtins.fetchTarball {
url = url =
"https://github.com/GloriousEggroll/proton-ge-custom/releases/download/${version}/Proton-${version}.tar.gz"; "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/${version}/Proton-${version}.tar.gz";
sha256 = "sha256:07i4nfiilrqjzingnjdi3ih4g04bfr9a7xxrw8jbpb7z9nrf3gqc"; sha256 = "1dkb6lf3pjg25rd7asbcd35343zivsgybsbal3i5rzvvi7h202lf";
}; };
in rec { in rec {
recursive = true; recursive = true;