chore(gaming): update proton-ge & wine-ge
This commit is contained in:
parent
73b52b9153
commit
f89ede1f94
|
@ -5,14 +5,14 @@
|
||||||
|
|
||||||
xdg.dataFile = {
|
xdg.dataFile = {
|
||||||
wine-ge = let
|
wine-ge = let
|
||||||
version = "7.1-GE-1";
|
version = "GE-Proton7-6";
|
||||||
name = "wine-lutris-ge-7.1-1-x86_64";
|
name = "wine-lutris-${version}-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 = "1x29ydla6sww2plbinl7pdjlmlg52sf5c6c9xrfpl1cg6svgqnk6";
|
sha256 = "0w5yqnc2ic1fd1swc2m1qjmz75w6ndn06k3r61dg0fm88yk440zr";
|
||||||
};
|
};
|
||||||
target = "lutris/runners/wine/${name}";
|
target = "lutris/runners/wine/${name}";
|
||||||
};
|
};
|
||||||
|
|
|
@ -14,11 +14,11 @@ in {
|
||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
proton-ge = let
|
proton-ge = let
|
||||||
version = "7.1-GE-2";
|
version = "GE-Proton7-9";
|
||||||
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}/${version}.tar.gz";
|
||||||
sha256 = "1dkb6lf3pjg25rd7asbcd35343zivsgybsbal3i5rzvvi7h202lf";
|
sha256 = "0hdk22bvxm48sdadmzcap9j7qidqkv0p0vb9jszksvlh0n6a5mji";
|
||||||
};
|
};
|
||||||
in rec {
|
in rec {
|
||||||
recursive = true;
|
recursive = true;
|
||||||
|
|
Loading…
Reference in a new issue