proton-ge-bin: GE-Proton10-13 -> GE-Proton10-15

(cherry picked from commit 7d8634cea1)
This commit is contained in:
Gliczy
2025-08-27 17:25:42 +02:00
committed by github-actions[bot]
parent 3368f56960
commit ed4a34a99b

View File

@@ -9,11 +9,11 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "proton-ge-bin";
version = "GE-Proton10-13";
version = "GE-Proton10-15";
src = fetchzip {
url = "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/${finalAttrs.version}/${finalAttrs.version}.tar.gz";
hash = "sha256-HjCsnPX3TwUroVj8RnQ0k6unU2Ou/E5PogRIElDWjgE=";
hash = "sha256-VS9oFut8Wz2sbMwtX5tZkeusLDcZP3FOLUsQRabaZ0c=";
};
dontUnpack = true;