chore: update proton-ge-custom
This commit is contained in:
parent
2cc0afdfb0
commit
e578e0c3cc
|
@ -14,16 +14,16 @@ in {
|
||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
proton-ge = let
|
proton-ge = let
|
||||||
version = "7.0rc3-GE-1";
|
version = "7.0rc6-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 = "1nvrbifsbgm2fz9114q3wyzdrm52jnjir3ncjc7inalmdymsmq4g";
|
sha256 = "sha256:07i4nfiilrqjzingnjdi3ih4g04bfr9a7xxrw8jbpb7z9nrf3gqc";
|
||||||
};
|
};
|
||||||
in rec {
|
in rec {
|
||||||
recursive = true;
|
recursive = true;
|
||||||
inherit source;
|
inherit source;
|
||||||
target = ".steam/root/compatibilitytools.d/Proton-${version}/";
|
target = ".local/share/Steam/compatibilitytools.d/Proton-${version}/";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue