chore(gaming): update proton-ge & wine-ge
This commit is contained in:
parent
cf283e49fa
commit
af79b1cfff
|
@ -5,14 +5,14 @@
|
||||||
|
|
||||||
xdg.dataFile = {
|
xdg.dataFile = {
|
||||||
wine-ge = let
|
wine-ge = let
|
||||||
version = "GE-Proton7-20";
|
version = "GE-Proton7-25";
|
||||||
name = "wine-lutris-${version}-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 = "1yfcmfjyxfxkp14a3h2ffr6zfb9chk8676b978vk96vamdyr06j1";
|
sha256 = "191d3nwy2vhfy69jn5xgxcj93vjkkzzk7pabp9nj27fv0p9c3zk4";
|
||||||
};
|
};
|
||||||
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 = "GE-Proton7-24";
|
version = "GE-Proton7-29";
|
||||||
source = builtins.fetchTarball {
|
source = builtins.fetchTarball {
|
||||||
url =
|
url =
|
||||||
"https://github.com/GloriousEggroll/proton-ge-custom/releases/download/${version}/${version}.tar.gz";
|
"https://github.com/GloriousEggroll/proton-ge-custom/releases/download/${version}/${version}.tar.gz";
|
||||||
sha256 = "1pzsncfxm817k7v3pif0rpw4m71ibxv9y3ry7acxyhk9gxdhmg2a";
|
sha256 = "1j4i7frfvahxjkjxcsvmfsz5hkd58hg1h8j9k9gzpq4xlnwhf4di";
|
||||||
};
|
};
|
||||||
in rec {
|
in rec {
|
||||||
recursive = true;
|
recursive = true;
|
||||||
|
|
Loading…
Reference in a new issue