Skip to content

Commit 4e655f1

Browse files
authored
node-pre-gyp: 2.0.0 -> 2.0.1 (#405695)
2 parents b3443d7 + a6159a4 commit 4e655f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/no/node-pre-gyp/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
buildNpmPackage rec {
88
pname = "node-pre-gyp";
9-
version = "2.0.0";
9+
version = "2.0.1";
1010

1111
src = fetchFromGitHub {
1212
owner = "mapbox";
1313
repo = "node-pre-gyp";
1414
tag = "v${version}";
15-
hash = "sha256-i7iBy+X9zBKrrbIwVa61y9cbmHJmqeacXrZk+XGRok8=";
15+
hash = "sha256-9MADe6oY28MBAdQsu/ddVveZYwD4xeVNKUffhcvK+Q0=";
1616
};
1717

18-
npmDepsHash = "sha256-0Xa5bByTskrQ8v2O1FUxtQzRb1ZEV0TvUhe8hh05QHI=";
18+
npmDepsHash = "sha256-yNu66HlkOVsYv60saTf7M4QuN9B2euYFu5WB7UAwhUw=";
1919

2020
dontNpmBuild = true;
2121

0 commit comments

Comments
 (0)