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

proton-ge-bin: GE-Proton9-25 -> GE-Proton9-26 (#389192)

parents a1c04917 7a672467
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-Proton9-25";
  version = "GE-Proton9-26";

  src = fetchzip {
    url = "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/${finalAttrs.version}/${finalAttrs.version}.tar.gz";
    hash = "sha256-cMN/U09NAsghx0A8dy+mjuvSFZxgvETmkigeOLskiQs=";
    hash = "sha256-HwwQw888rfej5ZsMQdFOojk5RY1AKNGvVpAnRVW3qUg=";
  };

  dontUnpack = true;