Unverified Commit d025eece authored by Sefa Eyeoglu's avatar Sefa Eyeoglu Committed by GitHub
Browse files

proton-ge-bin: GE-Proton10-1 -> GE-Proton10-2 (#408697)

parents d7546e3a 97d49b6c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,11 +9,11 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "proton-ge-bin";
  version = "GE-Proton10-1";
  version = "GE-Proton10-2";

  src = fetchzip {
    url = "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/${finalAttrs.version}/${finalAttrs.version}.tar.gz";
    hash = "sha256-sGKmfdxZK2quI7QamIGRaW1/ElwS/gJPeE4Tvh6icUo=";
    hash = "sha256-fCxiwATohvdpfxXkHY1ty5WHS0phARrDszGmwNRmVQE=";
  };

  dontUnpack = true;