proton-ge-bin: GE-Proton10-3 -> GE-Proton10-4 (#413120)

This commit is contained in:
Sefa Eyeoglu 2025-06-02 08:19:14 +02:00 committed by GitHub
commit 0df1e7d33a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,11 +9,11 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "proton-ge-bin";
version = "GE-Proton10-3";
version = "GE-Proton10-4";
src = fetchzip {
url = "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/${finalAttrs.version}/${finalAttrs.version}.tar.gz";
hash = "sha256-V4znOni53KMZ0rs7O7TuBst5kDSaEOyWUGgL7EESVAU=";
hash = "sha256-Si/CQ2PINfhmsC+uW3iFBUoSczZdkqwCZ8FAFuipu68=";
};
dontUnpack = true;