Update pnpm2nix version to v0.2

This ensures compatibility with lockfile version 6.0 and 6.1
This commit is contained in:
TSR Berry 2023-07-06 12:46:24 +02:00
parent 3b547ef967
commit 73ab9fd9b0
No known key found for this signature in database
GPG key ID: 52353C0A4CCA15E2

View file

@ -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; });