Unverified Commit e9853d46 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

node-gyp: 11.1.0 -> 11.2.0 (#395630)

parents 641094ae 8f1cad43
Loading
Loading
Loading
Loading
+223 −181

File changed.

Preview size limit exceeded, changes collapsed.

+3 −3
Original line number Diff line number Diff line
@@ -8,16 +8,16 @@

(buildNpmPackage.override { inherit nodejs; }) rec {
  pname = "node-gyp";
  version = "11.1.0";
  version = "11.2.0";

  src = fetchFromGitHub {
    owner = "nodejs";
    repo = "node-gyp";
    tag = "v${version}";
    hash = "sha256-KbV0lhBICx9oRWA8Gq/ex2cfeHbZSQq8JCjwCCIcrYk=";
    hash = "sha256-NOVswjTByrQ+2z4H9wYd4YIWKhWIdgxpz2pE0dOK6qc=";
  };

  npmDepsHash = "sha256-TQKSR0h/RH4/P+HENT+mwb0AFWkBo7SUh51yfCq/jVk=";
  npmDepsHash = "sha256-emCYKqe6Bn1hmUq9jPDo5Nu9n43s4kb0E8lQndVtmlQ=";

  postPatch = ''
    ln -s ${./package-lock.json} package-lock.json