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

proton-ge-bin: GE-Proton10-11 -> GE-Proton10-12 (#433376)

parents 81772381 4f3e0b70
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-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;