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

node-gyp: 11.0.0 -> 11.1.0 (#381139)

parents 8128a40d cc2a9d1c
Loading
Loading
Loading
Loading
+705 −491

File changed.

Preview size limit exceeded, changes collapsed.

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

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

  src = fetchFromGitHub {
    owner = "nodejs";
    repo = "node-gyp";
    tag = "v${version}";
    hash = "sha256-uC75nDZPSDLsRIXyFs1hwhRMcECQB8iycNe9wtZjJ/E=";
    hash = "sha256-KbV0lhBICx9oRWA8Gq/ex2cfeHbZSQq8JCjwCCIcrYk=";
  };

  npmDepsHash = "sha256-RR6thRyl+tz0xQPwzTb03Zbt+IQTYZhnii3lrQXaZpI=";
  npmDepsHash = "sha256-TQKSR0h/RH4/P+HENT+mwb0AFWkBo7SUh51yfCq/jVk=";

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