proton-ge-bin: GE-Proton10-11 -> GE-Proton10-12

This commit is contained in:
Gliczy 2025-08-13 14:21:28 +02:00
parent 64cf35ea43
commit 4f3e0b708c

View File

@ -9,11 +9,11 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "proton-ge-bin";
version = "GE-Proton10-11";
version = "GE-Proton10-12";
src = fetchzip {
url = "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/${finalAttrs.version}/${finalAttrs.version}.tar.gz";
hash = "sha256-gTf8k0fx0KGCHVTQLkZli/CvZMkVVNpgBDpI/eiuynE=";
hash = "sha256-mjqcN/gTfAlPDXgJUm8qxH+jvNN8iiIuF33hSQ5Y/Vo=";
};
dontUnpack = true;