chore(gaming): update proton-ge & wine-ge
This commit is contained in:
parent
73b52b9153
commit
f89ede1f94
|
@ -5,14 +5,14 @@
|
|||
|
||||
xdg.dataFile = {
|
||||
wine-ge = let
|
||||
version = "7.1-GE-1";
|
||||
name = "wine-lutris-ge-7.1-1-x86_64";
|
||||
version = "GE-Proton7-6";
|
||||
name = "wine-lutris-${version}-x86_64";
|
||||
in {
|
||||
recursive = false;
|
||||
source = builtins.fetchTarball {
|
||||
url =
|
||||
"https://github.com/GloriousEggroll/wine-ge-custom/releases/download/${version}/${name}.tar.xz";
|
||||
sha256 = "1x29ydla6sww2plbinl7pdjlmlg52sf5c6c9xrfpl1cg6svgqnk6";
|
||||
sha256 = "0w5yqnc2ic1fd1swc2m1qjmz75w6ndn06k3r61dg0fm88yk440zr";
|
||||
};
|
||||
target = "lutris/runners/wine/${name}";
|
||||
};
|
||||
|
|
|
@ -14,11 +14,11 @@ in {
|
|||
|
||||
home.file = {
|
||||
proton-ge = let
|
||||
version = "7.1-GE-2";
|
||||
version = "GE-Proton7-9";
|
||||
source = builtins.fetchTarball {
|
||||
url =
|
||||
"https://github.com/GloriousEggroll/proton-ge-custom/releases/download/${version}/Proton-${version}.tar.gz";
|
||||
sha256 = "1dkb6lf3pjg25rd7asbcd35343zivsgybsbal3i5rzvvi7h202lf";
|
||||
"https://github.com/GloriousEggroll/proton-ge-custom/releases/download/${version}/${version}.tar.gz";
|
||||
sha256 = "0hdk22bvxm48sdadmzcap9j7qidqkv0p0vb9jszksvlh0n6a5mji";
|
||||
};
|
||||
in rec {
|
||||
recursive = true;
|
||||
|
|
Loading…
Reference in a new issue