proton-ge-bin: GE-Proton10-2 -> GE-Proton10-3

This commit is contained in:
Gliczy
2025-05-20 16:30:46 +02:00
parent 438ef17e6b
commit b54dae9d78
+2 -2
View File
@@ -9,11 +9,11 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "proton-ge-bin";
version = "GE-Proton10-2";
version = "GE-Proton10-3";
src = fetchzip {
url = "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/${finalAttrs.version}/${finalAttrs.version}.tar.gz";
hash = "sha256-fCxiwATohvdpfxXkHY1ty5WHS0phARrDszGmwNRmVQE=";
hash = "sha256-V4znOni53KMZ0rs7O7TuBst5kDSaEOyWUGgL7EESVAU=";
};
dontUnpack = true;