proton-ge-bin: GE-Proton10-4 -> GE-Proton10-7

This commit is contained in:
Gliczy
2025-07-01 07:39:10 +02:00
parent 4d3d92ad62
commit a8502f891c
+2 -2
View File
@@ -9,11 +9,11 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "proton-ge-bin";
version = "GE-Proton10-4";
version = "GE-Proton10-7";
src = fetchzip {
url = "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/${finalAttrs.version}/${finalAttrs.version}.tar.gz";
hash = "sha256-Si/CQ2PINfhmsC+uW3iFBUoSczZdkqwCZ8FAFuipu68=";
hash = "sha256-XlZVQ+xYgg1H1xAHBcXZmF5//7k6w9NNspXJ/1KhzX8=";
};
dontUnpack = true;