corestore: 7.1.0 -> 7.4.5
This commit is contained in:
parent
53c766aff1
commit
1c9bc048c9
901
pkgs/by-name/co/corestore/package-lock.json
generated
901
pkgs/by-name/co/corestore/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -7,20 +7,21 @@
|
|||||||
|
|
||||||
buildNpmPackage (finalAttrs: {
|
buildNpmPackage (finalAttrs: {
|
||||||
pname = "corestore";
|
pname = "corestore";
|
||||||
version = "7.1.0";
|
version = "7.4.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "holepunchto";
|
owner = "holepunchto";
|
||||||
repo = "corestore";
|
repo = "corestore";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-lbbjYWJah1A2/ySBTI2Mg78dRjLyt/TJ5rhqBPxWOps=";
|
hash = "sha256-wuf7bPxHuzic2B4HCH7emM1+jc7gw+l5Sm/LCYnpvs4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
npmDepsHash = "sha256-3WfcomAOE+u/ZIn5M+sP/GkxArXx5IRFzf0IG4ykaiU=";
|
npmDepsHash = "sha256-hQYvQeTwlIWImdNhgpnJjDC24Fx4G0eST7tptWV1Xgw=";
|
||||||
|
|
||||||
dontNpmBuild = true;
|
dontNpmBuild = true;
|
||||||
|
|
||||||
# ERROR: Missing package-lock.json from src
|
# ERROR: Missing package-lock.json from src
|
||||||
|
# Upstream doesn't want to maintain a lockfile in their repo: https://github.com/holepunchto/corestore/issues/119
|
||||||
# Copy vendored package-lock.json to src via postPatch
|
# Copy vendored package-lock.json to src via postPatch
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
cp ${./package-lock.json} ./package-lock.json
|
cp ${./package-lock.json} ./package-lock.json
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user