mirror of
https://github.com/Ryujinx/Ryujinx-Ldn-Website.git
synced 2025-08-11 11:31:54 +00:00
Update pnpm2nix version to v0.2
This ensures compatibility with lockfile version 6.0 and 6.1
This commit is contained in:
parent
3b547ef967
commit
73ab9fd9b0
|
@ -3,8 +3,8 @@ with pkgs;
|
|||
with (import (fetchFromGitHub {
|
||||
owner = "TSRBerry";
|
||||
repo = "pnpm2nix";
|
||||
rev = "v0.1";
|
||||
sha256 = "0vyxcqhdazr17hym4fgh8dqq97lplmp5fmpwmdq2xk73mw060nvq";
|
||||
rev = "v0.2";
|
||||
sha256 = "1az22kj0q37xgwi47zjyimwvqn1a5spx60mf30aya7s63x0r8xzc";
|
||||
}) { inherit pkgs; });
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue