Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

proton-ge-bin: GE-Proton10-2 -> GE-Proton10-3 (#409086)

authored by scrumplex.net and committed by

GitHub fa4cff02 ef9dcf15

+3 -2
+3 -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-2"; 12 + version = "GE-Proton10-3"; 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-fCxiwATohvdpfxXkHY1ty5WHS0phARrDszGmwNRmVQE="; 16 + hash = "sha256-V4znOni53KMZ0rs7O7TuBst5kDSaEOyWUGgL7EESVAU="; 17 17 }; 18 18 19 19 dontUnpack = true; ··· 70 70 homepage = "https://github.com/GloriousEggroll/proton-ge-custom"; 71 71 license = lib.licenses.bsd3; 72 72 maintainers = with lib.maintainers; [ 73 + Gliczy 73 74 NotAShelf 74 75 Scrumplex 75 76 shawn8901