Updated lock file
Also updated steam config (was using deprecated options)
This commit is contained in:
parent
89915869d7
commit
781964e875
3 changed files with 34 additions and 62 deletions
|
@ -1,20 +0,0 @@
|
|||
{
|
||||
stdenv,
|
||||
lib,
|
||||
fetchurl,
|
||||
...
|
||||
}:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "proton-ge-custom";
|
||||
version = "GE-Proton8-30";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/${version}/${version}.tar.gz";
|
||||
sha256 = "sha256-jt7snuw3rH2pnB70tRkuUCjvu4UF9tYUQOjTCHjYKXY=";
|
||||
};
|
||||
|
||||
buildCommand = ''
|
||||
mkdir -p $out
|
||||
tar -C $out --strip=1 -x -f $src
|
||||
'';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue