chore(gaming): update wine-ge & proton-ge
This commit is contained in:
parent
7f357d4d70
commit
21162bfeac
|
@ -5,14 +5,14 @@
|
|||
|
||||
xdg.dataFile = {
|
||||
wine-ge = let
|
||||
version = "6.14-GE-2";
|
||||
name = "wine-lutris-ge-6.14-2-x86_64";
|
||||
version = "7.0rc2-GE-1";
|
||||
name = "wine-lutris-ge-7.0rc2-1-x86_64";
|
||||
in {
|
||||
recursive = false;
|
||||
source = builtins.fetchTarball {
|
||||
url =
|
||||
"https://github.com/GloriousEggroll/wine-ge-custom/releases/download/${version}/${name}.tar.xz";
|
||||
sha256 = "0ss693vg7gq6dp4x0ilhlkbz2il941ravhrh7l7s6zzx415c468x";
|
||||
sha256 = "14lpn9zx10vmrwdgdkwjvk2mnp2q1scfi5j7xkzgrcvvs81qq4ic";
|
||||
};
|
||||
target = "lutris/runners/wine/${name}";
|
||||
};
|
||||
|
|
|
@ -13,13 +13,12 @@ in {
|
|||
home.packages = [ steam steam.run pkgs.protontricks ];
|
||||
|
||||
home.file = {
|
||||
# TODO doesn't show up in steam
|
||||
proton-ge = let
|
||||
version = "6.14-GE-2";
|
||||
version = "7.0rc2-GE-1";
|
||||
source = builtins.fetchTarball {
|
||||
url =
|
||||
"https://github.com/GloriousEggroll/proton-ge-custom/releases/download/${version}/Proton-${version}.tar.gz";
|
||||
sha256 = "18hfag1nzj6ldy0ign2yjfzfms0w23vmcykgl8h1dfk0xjaql8gk";
|
||||
sha256 = "0ch1vm371zrp2iqai4n3zfzl2s9kgp8a6ph9vgfwclwplc787xbr";
|
||||
};
|
||||
in rec {
|
||||
recursive = true;
|
||||
|
|
Loading…
Reference in a new issue