proton-ge-bin: GE-Proton9-4 -> GE-Proton9-5

This commit is contained in:
R. Ryantm 2024-05-14 11:53:19 +00:00
parent fc3229dbdf
commit 29fe096e20

View File

@ -5,11 +5,11 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "proton-ge-bin";
version = "GE-Proton9-4";
version = "GE-Proton9-5";
src = fetchzip {
url = "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/${finalAttrs.version}/${finalAttrs.version}.tar.gz";
hash = "sha256-OR4SUqm5Xsycv/KVBW2Ug/lz4Xr6IQBp8gXacorRe3U=";
hash = "sha256-bUlV533M5BL5UEOB0ED8VIMmquvVAvIm+E/ZJNjftRU=";
};
outputs = [ "out" "steamcompattool" ];