node-core-utils: 5.15.0 -> 5.16.2 (#462190)
This commit is contained in:
@@ -9,16 +9,16 @@
|
|||||||
|
|
||||||
buildNpmPackage (finalAttrs: {
|
buildNpmPackage (finalAttrs: {
|
||||||
pname = "node-core-utils";
|
pname = "node-core-utils";
|
||||||
version = "5.15.0";
|
version = "5.16.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nodejs";
|
owner = "nodejs";
|
||||||
repo = "node-core-utils";
|
repo = "node-core-utils";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-yY3EGSBdMpvUIq8UgeEcAm1RIaaNtZxCVp6TlycYjoY=";
|
hash = "sha256-0wDjn4sDkDLCBnxb0LXrnGHL15SeZP38N8V1Vhxqxd8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
npmDepsHash = "sha256-VIkJHEGlJqweNVkx3WfLMiDOQRSPtwpJBfJ3vKHv4YM=";
|
npmDepsHash = "sha256-Ho5wiVJg1o3djMue9KIOTTXpcIP0CDrC1kuMjmm9Zmc=";
|
||||||
|
|
||||||
dontNpmBuild = true;
|
dontNpmBuild = true;
|
||||||
dontNpmPrune = true;
|
dontNpmPrune = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user