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

This commit is contained in:
Vikingnope
2025-12-23 23:23:25 +01:00
committed by Aiden Schembri
parent 68f887de0b
commit 81e2896fa9
+2 -2
View File
@@ -9,11 +9,11 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "proton-ge-bin";
version = "GE-Proton10-26";
version = "GE-Proton10-27";
src = fetchzip {
url = "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/${finalAttrs.version}/${finalAttrs.version}.tar.gz";
hash = "sha256-Q5bKTDn3sTgp4mbsevOdN3kcdRsyKylghXqM2I2cYq8=";
hash = "sha256-yBPjPb2LzxdgEobuoeSfs3UZ1XUxZF6vIMYF+fAnLA0=";
};
dontUnpack = true;