proton-ge-bin: GE-Proton10-25 -> GE-Proton10-26

This commit is contained in:
R. Ryantm
2025-12-08 01:51:55 +00:00
parent 55e54fc238
commit 3f1a27aaef
+2 -2
View File
@@ -9,11 +9,11 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "proton-ge-bin";
version = "GE-Proton10-25";
version = "GE-Proton10-26";
src = fetchzip {
url = "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/${finalAttrs.version}/${finalAttrs.version}.tar.gz";
hash = "sha256-RKko4QMxtnuC1SAHTSEQGBzVyl3ywnirFSYJ1WKSY0k=";
hash = "sha256-Q5bKTDn3sTgp4mbsevOdN3kcdRsyKylghXqM2I2cYq8=";
};
dontUnpack = true;