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

This commit is contained in:
Gliczy
2025-09-25 15:38:22 +02:00
parent c8fa28ccf0
commit 938adebc2b
+2 -2
View File
@@ -9,11 +9,11 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "proton-ge-bin";
version = "GE-Proton10-16";
version = "GE-Proton10-17";
src = fetchzip {
url = "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/${finalAttrs.version}/${finalAttrs.version}.tar.gz";
hash = "sha256-pwnYnO6JPoZS8w2kge98WQcTfclrx7U2vwxGc6uj9k4=";
hash = "sha256-GMwAAKuaBhDv1TvAuW9DVcXSYPRM87NP6NnJfk8O8ZU=";
};
dontUnpack = true;