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

This commit is contained in:
Gliczy 2025-06-02 06:01:26 +02:00
parent d12b3ccedb
commit 545535eb5c

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;