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

This commit is contained in:
R. Ryantm
2025-08-25 15:13:09 +00:00
parent 40d8532c08
commit ca9ee0dcb7
+2 -2
View File
@@ -9,11 +9,11 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "proton-ge-bin";
version = "GE-Proton10-12";
version = "GE-Proton10-13";
src = fetchzip {
url = "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/${finalAttrs.version}/${finalAttrs.version}.tar.gz";
hash = "sha256-mjqcN/gTfAlPDXgJUm8qxH+jvNN8iiIuF33hSQ5Y/Vo=";
hash = "sha256-HjCsnPX3TwUroVj8RnQ0k6unU2Ou/E5PogRIElDWjgE=";
};
dontUnpack = true;