mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-01 08:25:55 +03:00
node-packages: update to latest (ran generate.sh)
This commit is contained in:
parent
86e27e29c4
commit
9194d147ba
@ -213,10 +213,10 @@ in
|
||||
pnpm = nodeEnv.buildNodePackage {
|
||||
name = "pnpm";
|
||||
packageName = "pnpm";
|
||||
version = "2.9.0";
|
||||
version = "2.11.2";
|
||||
src = fetchurl {
|
||||
url = "https://registry.npmjs.org/pnpm/-/pnpm-2.9.0.tgz";
|
||||
sha1 = "1c2f5ade46b87cc3b1f3b7c66eeb7b0f4df4d968";
|
||||
url = "https://registry.npmjs.org/pnpm/-/pnpm-2.11.2.tgz";
|
||||
sha1 = "fc7235c2ec82a6ede6caf47485a68a2c6fa2e1f5";
|
||||
};
|
||||
buildInputs = globalBuildInputs;
|
||||
meta = {
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user