Merge pull request #305005 from r-ryantm/auto-update/proton-ge-bin

proton-ge-bin: GE-Proton9-2 -> GE-Proton9-4
This commit is contained in:
Weijia Wang 2024-04-18 20:45:36 +02:00 committed by GitHub
commit 70c566518e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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" ];