amp-cli: 0.0.1748347293-g7a57b5 -> 0.0.1748404992-ga3f78f

Main reason for this update is to update the description which shouldn't
end in a period.
This commit is contained in:
Keegan Carruthers-Smith 2025-05-23 07:20:10 +02:00
parent 3d1f29646e
commit 9cd1c58ae8
2 changed files with 8 additions and 8 deletions

View file

@ -5,7 +5,7 @@
"packages": {
"": {
"dependencies": {
"@sourcegraph/amp": "^0.0.1748347293-g7a57b5"
"@sourcegraph/amp": "^0.0.1748404992-ga3f78f"
}
},
"node_modules/@colors/colors": {
@ -29,9 +29,9 @@
}
},
"node_modules/@sourcegraph/amp": {
"version": "0.0.1748347293-g7a57b5",
"resolved": "https://registry.npmjs.org/@sourcegraph/amp/-/amp-0.0.1748347293-g7a57b5.tgz",
"integrity": "sha512-gftyQ7jHEo1AmyP8khbTYfkGWlAzfk6TyVw11WdO3bsjVT16yWnp0nWqW1W1X0BCbDiKdyRNasR1JadZH4+gGQ==",
"version": "0.0.1748404992-ga3f78f",
"resolved": "https://registry.npmjs.org/@sourcegraph/amp/-/amp-0.0.1748404992-ga3f78f.tgz",
"integrity": "sha512-+BvCW8zrbO7ENRzMg0LdAeKigjzL+ASIDBjJ/m2uL2CVT8WPk1h34FTNCbvnO6kssimEtdP8FcxR/2O4AHwUbA==",
"dependencies": {
"@types/runes": "^0.4.3",
"@vscode/ripgrep": "1.15.11",

View file

@ -8,11 +8,11 @@
buildNpmPackage rec {
pname = "amp-cli";
version = "0.0.1748347293-g7a57b5";
version = "0.0.1748404992-ga3f78f";
src = fetchzip {
url = "https://registry.npmjs.org/@sourcegraph/amp/-/amp-${version}.tgz";
hash = "sha256-15R7RojQgF9B5voQfsB0aLNIBR2M7qqLNpMa950pAKM=";
hash = "sha256-axd5VP7afa4ptAl/y8CEVguqoRKVRhWfRDSI0sgyXqA=";
};
postPatch = ''
@ -44,7 +44,7 @@ buildNpmPackage rec {
chmod +x bin/amp-wrapper.js
'';
npmDepsHash = "sha256-4CSXRNCKgRunMZvFM2w6wrAcTb03iPjPprTm67fHZ9Q=";
npmDepsHash = "sha256-05+hBr+eX3I92U9TsqPQrYcJCmKXTvz3n6ZTxR1XvC8=";
propagatedBuildInputs = [
ripgrep
@ -71,7 +71,7 @@ buildNpmPackage rec {
passthru.updateScript = ./update.sh;
meta = {
description = "Amp is an AI coding agent, in research preview from Sourcegraph. This is the CLI for Amp.";
description = "CLI for Amp, an agentic coding agent in research preview from Sourcegraph";
homepage = "https://ampcode.com/";
downloadPage = "https://www.npmjs.com/package/@sourcegraph/amp";
license = lib.licenses.unfree;