mirror of
https://github.com/Ryujinx/Ryujinx-Ldn-Website.git
synced 2025-08-11 20:41:11 +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 {
|
with (import (fetchFromGitHub {
|
||||||
owner = "TSRBerry";
|
owner = "TSRBerry";
|
||||||
repo = "pnpm2nix";
|
repo = "pnpm2nix";
|
||||||
rev = "v0.1";
|
rev = "v0.2";
|
||||||
sha256 = "0vyxcqhdazr17hym4fgh8dqq97lplmp5fmpwmdq2xk73mw060nvq";
|
sha256 = "1az22kj0q37xgwi47zjyimwvqn1a5spx60mf30aya7s63x0r8xzc";
|
||||||
}) { inherit pkgs; });
|
}) { inherit pkgs; });
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue