lol

proton-ge-bin: GE-Proton10-12 -> GE-Proton10-13 (#436799)

authored by scrumplex.net and committed by

GitHub 4794223d 80b6a2ae

+2 -2
+2 -2
pkgs/by-name/pr/proton-ge-bin/package.nix
··· 9 9 }: 10 10 stdenvNoCC.mkDerivation (finalAttrs: { 11 11 pname = "proton-ge-bin"; 12 - version = "GE-Proton10-12"; 12 + version = "GE-Proton10-13"; 13 13 14 14 src = fetchzip { 15 15 url = "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/${finalAttrs.version}/${finalAttrs.version}.tar.gz"; 16 - hash = "sha256-mjqcN/gTfAlPDXgJUm8qxH+jvNN8iiIuF33hSQ5Y/Vo="; 16 + hash = "sha256-HjCsnPX3TwUroVj8RnQ0k6unU2Ou/E5PogRIElDWjgE="; 17 17 }; 18 18 19 19 dontUnpack = true;