proton-ge-bin: GE-Proton10-15 -> GE-Proton10-16

This commit is contained in:
Hleb Shauchenka
2025-09-22 00:55:20 +02:00
parent 81f812ed27
commit b407125dcd
+2 -2
View File
@@ -9,11 +9,11 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "proton-ge-bin";
version = "GE-Proton10-15";
version = "GE-Proton10-16";
src = fetchzip {
url = "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/${finalAttrs.version}/${finalAttrs.version}.tar.gz";
hash = "sha256-VS9oFut8Wz2sbMwtX5tZkeusLDcZP3FOLUsQRabaZ0c=";
hash = "sha256-pwnYnO6JPoZS8w2kge98WQcTfclrx7U2vwxGc6uj9k4=";
};
dontUnpack = true;