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:
nixpkgs-merge-bot[bot]
2025-07-16 09:07:48 +00:00
committed by GitHub
co-authored by keegancsmith
2 changed files with 8 additions and 8 deletions
+5 -5
View File
@@ -5,7 +5,7 @@
"packages": {
"": {
"dependencies": {
"@sourcegraph/amp": "^0.0.1750924878-gfee7d7"
"@sourcegraph/amp": "^0.0.1752566512-ga67426"
}
},
"node_modules/@colors/colors": {
@@ -29,9 +29,9 @@
}
},
"node_modules/@sourcegraph/amp": {
"version": "0.0.1750924878-gfee7d7",
"resolved": "https://registry.npmjs.org/@sourcegraph/amp/-/amp-0.0.1750924878-gfee7d7.tgz",
"integrity": "sha512-3TZRSPaQY1eSIyAy4m/wSmW8CUq33r1oZfxguq2IWBLYdud90vPoLgOf6Hl9ZX3bkiLVRiU34oXXMmhb2Z5nzA==",
"version": "0.0.1752566512-ga67426",
"resolved": "https://registry.npmjs.org/@sourcegraph/amp/-/amp-0.0.1752566512-ga67426.tgz",
"integrity": "sha512-nz+iPJwZs0ONCnh/pCX2sfm47nCCegl9OLMUx2Z3ZW604ZTQ8w0IeiBs1Gzjlt8EnXlBR8tWY6f5ff+DT8UihA==",
"dependencies": {
"@vscode/ripgrep": "1.15.11",
"commander": "^11.1.0",
@@ -43,7 +43,7 @@
"xdg-basedir": "^5.1.0"
},
"bin": {
"amp": "dist/amp.js"
"amp": "dist/main.js"
},
"engines": {
"node": ">=18"
+3 -3
View File
@@ -9,11 +9,11 @@
buildNpmPackage (finalAttrs: {
pname = "amp-cli";
version = "0.0.1750924878-gfee7d7";
version = "0.0.1752566512-ga67426";
src = fetchzip {
url = "https://registry.npmjs.org/@sourcegraph/amp/-/amp-${finalAttrs.version}.tgz";
hash = "sha256-scp4Nw6fwn8uB5oLPg6eWkT7+YGFV/B5VlQbbFimsLg=";
hash = "sha256-TgSqpczEFIW6doWzgfPg2y+o+64ntPMbTJ0FVzCGNOg=";
};
postPatch = ''
@@ -45,7 +45,7 @@ buildNpmPackage (finalAttrs: {
chmod +x bin/amp-wrapper.js
'';
npmDepsHash = "sha256-INH8Pulds05pZm6DeaFYfZR+1derav2ZjQC6aPx+8qA=";
npmDepsHash = "sha256-avgj8q1pyepWSt4RFK1+9Fqwtc7Z1Voz2RUYKuViZA0=";
propagatedBuildInputs = [
ripgrep