Version updates

This commit is contained in:
Alejandro Angulo 2024-02-08 18:49:14 -08:00
parent 41081e42db
commit ef9bce7328
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
2 changed files with 14 additions and 14 deletions

View file

@ -6,11 +6,11 @@
}:
stdenv.mkDerivation rec {
pname = "proton-ge-custom";
version = "GE-Proton8-11";
version = "GE-Proton8-30";
src = fetchurl {
url = "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/${version}/${version}.tar.gz";
sha256 = "sha256-ldJBwp/9Cjb5k9FBrc6iz4/rnMhU5Ayf35+kNTAvXCg=";
sha256 = "sha256-jt7snuw3rH2pnB70tRkuUCjvu4UF9tYUQOjTCHjYKXY=";
};
buildCommand = ''