chore(gaming): update wine-ge & proton-ge
This commit is contained in:
parent
3d62e3eb70
commit
172802ad98
|
@ -5,14 +5,14 @@
|
||||||
|
|
||||||
xdg.dataFile = {
|
xdg.dataFile = {
|
||||||
wine-ge = let
|
wine-ge = let
|
||||||
version = "7.0rc2-GE-1";
|
version = "7.0rc3-GE-1";
|
||||||
name = "wine-lutris-ge-7.0rc2-1-x86_64";
|
name = "wine-lutris-ge-7.0rc3-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 = "14lpn9zx10vmrwdgdkwjvk2mnp2q1scfi5j7xkzgrcvvs81qq4ic";
|
sha256 = "12wg99nfgi511ckvk2v4s893vq2iwdrz7p01rv18rqsschm2fxay";
|
||||||
};
|
};
|
||||||
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.0rc2-GE-1";
|
version = "7.0rc3-GE-1";
|
||||||
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 = "0ch1vm371zrp2iqai4n3zfzl2s9kgp8a6ph9vgfwclwplc787xbr";
|
sha256 = "1nvrbifsbgm2fz9114q3wyzdrm52jnjir3ncjc7inalmdymsmq4g";
|
||||||
};
|
};
|
||||||
in rec {
|
in rec {
|
||||||
recursive = true;
|
recursive = true;
|
||||||
|
|
Loading…
Reference in a new issue