pkgs: Update proton-ge

This commit is contained in:
traxys 2024-05-10 10:41:11 +02:00
parent d033710769
commit 64c3e77629

View file

@ -4,13 +4,13 @@
}:
stdenv.mkDerivation rec {
pname = "proton-ge";
version = "8-3";
version = "9-4";
src = fetchFromGitHub {
owner = "GloriousEggroll";
repo = "proton-ge-custom";
rev = "refs/tags/GE-Proton${version}";
hash = "sha256-ma+f+UrKrXluPAvv7v5x/X22eZJsS4sen2x5EVtRZ5M=";
hash = "sha256-tg+ElIoPhchedHwofRArZ0ds9xF1LSrIFTBxoFm4btg=";
};
installPhase = ''