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 = {
wine-ge = let
version = "7.0rc3-GE-1";
name = "wine-lutris-ge-7.0rc3-1-x86_64";
version = "7.1-GE-1";
name = "wine-lutris-ge-7.1-1-x86_64";
in {
recursive = false;
source = builtins.fetchTarball {
url =
"https://github.com/GloriousEggroll/wine-ge-custom/releases/download/${version}/${name}.tar.xz";
sha256 = "12wg99nfgi511ckvk2v4s893vq2iwdrz7p01rv18rqsschm2fxay";
sha256 = "1x29ydla6sww2plbinl7pdjlmlg52sf5c6c9xrfpl1cg6svgqnk6";
};
target = "lutris/runners/wine/${name}";
};