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

node-gyp: 11.2.0 -> 11.3.0 (#430968)

parents 9dd66b3d fd2fc997
Loading
Loading
Loading
Loading
+375 −394

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.2.0";
  version = "11.3.0";

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

  npmDepsHash = "sha256-emCYKqe6Bn1hmUq9jPDo5Nu9n43s4kb0E8lQndVtmlQ=";
  npmDepsHash = "sha256-nQOhjYzTY7wV9yR/Ej2aeixi4pEC2k94i7ANixO+KVk=";

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