proton-ge-bin: GE-Proton9-5 -> GE-Proton9-7

This commit is contained in:
R. Ryantm
2024-06-07 20:39:09 +00:00
parent 5b3b5d79aa
commit ec21888446
+2 -2
View File
@@ -5,11 +5,11 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "proton-ge-bin";
version = "GE-Proton9-5";
version = "GE-Proton9-7";
src = fetchzip {
url = "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/${finalAttrs.version}/${finalAttrs.version}.tar.gz";
hash = "sha256-bUlV533M5BL5UEOB0ED8VIMmquvVAvIm+E/ZJNjftRU=";
hash = "sha256-/FXdyPuCe6rD5HoMOHPVlwRXu3DMJ3lEOnRloYZMA8s=";
};
outputs = [ "out" "steamcompattool" ];