Skip to content

Commit

Permalink
Merge pull request #43587 from dtzWill/update/node-packages-2018-07-15
Browse files Browse the repository at this point in the history
node-packages: update to latest (ran generate.sh)
  • Loading branch information
adisbladis committed Jul 16, 2018
2 parents fd2448b + 9194d14 commit 6e76a61
Show file tree
Hide file tree
Showing 3 changed files with 1,071 additions and 992 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/node-packages/node-packages-v10.nix
Expand Up @@ -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 = {
Expand Down

0 comments on commit 6e76a61

Please sign in to comment.