From b06ebc718532db21a66fc00b62b02bc74468591e Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Sat, 23 Mar 2024 09:36:03 -0400 Subject: [PATCH] update proton-ge --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 78d2cde..9214140 100644 --- a/flake.lock +++ b/flake.lock @@ -490,14 +490,14 @@ "proton-ge": { "flake": false, "locked": { - "lastModified": 1707701731, - "narHash": "sha256-ZBOF1N434pBQ+dJmzfJO9RdxRndxorxbJBZEIifp0w4=", + "lastModified": 1710987994, + "narHash": "sha256-NqBzKonCYH+hNpVZzDhrVf+r2i6EwLG/IFBXjE2mC7s=", "type": "tarball", - "url": "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton8-32/GE-Proton8-32.tar.gz" + "url": "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton9-2/GE-Proton9-2.tar.gz" }, "original": { "type": "tarball", - "url": "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton8-32/GE-Proton8-32.tar.gz" + "url": "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton9-2/GE-Proton9-2.tar.gz" } }, "ren": { diff --git a/flake.nix b/flake.nix index 9158d12..5a45503 100644 --- a/flake.nix +++ b/flake.nix @@ -180,7 +180,7 @@ proton-ge = { # https://github.com/GloriousEggroll/proton-ge-custom/releases url = - "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton8-32/GE-Proton8-32.tar.gz"; + "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton9-2/GE-Proton9-2.tar.gz"; flake = false; };