proton-ge-bin: GE-Proton9-2 -> GE-Proton9-4

This commit is contained in:
R. Ryantm 2024-04-18 08:06:53 +00:00
parent 457c341784
commit 1df46edda3

View File

@ -5,11 +5,11 @@
}: }:
stdenvNoCC.mkDerivation (finalAttrs: { stdenvNoCC.mkDerivation (finalAttrs: {
pname = "proton-ge-bin"; pname = "proton-ge-bin";
version = "GE-Proton9-2"; version = "GE-Proton9-4";
src = fetchzip { src = fetchzip {
url = "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/${finalAttrs.version}/${finalAttrs.version}.tar.gz"; url = "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/${finalAttrs.version}/${finalAttrs.version}.tar.gz";
hash = "sha256-NqBzKonCYH+hNpVZzDhrVf+r2i6EwLG/IFBXjE2mC7s="; hash = "sha256-OR4SUqm5Xsycv/KVBW2Ug/lz4Xr6IQBp8gXacorRe3U=";
}; };
outputs = [ "out" "steamcompattool" ]; outputs = [ "out" "steamcompattool" ];