amp-cli: 0.0.1750924878-gfee7d7 -> 0.0.1752566512-ga67426 (#425372)
Co-authored-by: keegancsmith <keegancsmith@users.noreply.github.com>
This commit is contained in:
commit
8476f3d8c2
10
pkgs/by-name/am/amp-cli/package-lock.json
generated
10
pkgs/by-name/am/amp-cli/package-lock.json
generated
@ -5,7 +5,7 @@
|
|||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@sourcegraph/amp": "^0.0.1750924878-gfee7d7"
|
"@sourcegraph/amp": "^0.0.1752566512-ga67426"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@colors/colors": {
|
"node_modules/@colors/colors": {
|
||||||
@ -29,9 +29,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@sourcegraph/amp": {
|
"node_modules/@sourcegraph/amp": {
|
||||||
"version": "0.0.1750924878-gfee7d7",
|
"version": "0.0.1752566512-ga67426",
|
||||||
"resolved": "https://registry.npmjs.org/@sourcegraph/amp/-/amp-0.0.1750924878-gfee7d7.tgz",
|
"resolved": "https://registry.npmjs.org/@sourcegraph/amp/-/amp-0.0.1752566512-ga67426.tgz",
|
||||||
"integrity": "sha512-3TZRSPaQY1eSIyAy4m/wSmW8CUq33r1oZfxguq2IWBLYdud90vPoLgOf6Hl9ZX3bkiLVRiU34oXXMmhb2Z5nzA==",
|
"integrity": "sha512-nz+iPJwZs0ONCnh/pCX2sfm47nCCegl9OLMUx2Z3ZW604ZTQ8w0IeiBs1Gzjlt8EnXlBR8tWY6f5ff+DT8UihA==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@vscode/ripgrep": "1.15.11",
|
"@vscode/ripgrep": "1.15.11",
|
||||||
"commander": "^11.1.0",
|
"commander": "^11.1.0",
|
||||||
@ -43,7 +43,7 @@
|
|||||||
"xdg-basedir": "^5.1.0"
|
"xdg-basedir": "^5.1.0"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"amp": "dist/amp.js"
|
"amp": "dist/main.js"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18"
|
"node": ">=18"
|
||||||
|
|||||||
@ -9,11 +9,11 @@
|
|||||||
|
|
||||||
buildNpmPackage (finalAttrs: {
|
buildNpmPackage (finalAttrs: {
|
||||||
pname = "amp-cli";
|
pname = "amp-cli";
|
||||||
version = "0.0.1750924878-gfee7d7";
|
version = "0.0.1752566512-ga67426";
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "https://registry.npmjs.org/@sourcegraph/amp/-/amp-${finalAttrs.version}.tgz";
|
url = "https://registry.npmjs.org/@sourcegraph/amp/-/amp-${finalAttrs.version}.tgz";
|
||||||
hash = "sha256-scp4Nw6fwn8uB5oLPg6eWkT7+YGFV/B5VlQbbFimsLg=";
|
hash = "sha256-TgSqpczEFIW6doWzgfPg2y+o+64ntPMbTJ0FVzCGNOg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
@ -45,7 +45,7 @@ buildNpmPackage (finalAttrs: {
|
|||||||
chmod +x bin/amp-wrapper.js
|
chmod +x bin/amp-wrapper.js
|
||||||
'';
|
'';
|
||||||
|
|
||||||
npmDepsHash = "sha256-INH8Pulds05pZm6DeaFYfZR+1derav2ZjQC6aPx+8qA=";
|
npmDepsHash = "sha256-avgj8q1pyepWSt4RFK1+9Fqwtc7Z1Voz2RUYKuViZA0=";
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
ripgrep
|
ripgrep
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user