mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-05-14 23:05:09 +02:00
pkgs: Update proton-ge
This commit is contained in:
parent
d033710769
commit
64c3e77629
1 changed files with 2 additions and 2 deletions
|
|
@ -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 = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue