Skip to content

Commit 34dc273

Browse files
Merge pull request #992 from numtide/update/amp
amp: 0.0.1763251313-g95b89a -> 0.0.1763294481-g6029a1
2 parents 9d8e096 + e8bd8e0 commit 34dc273

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This repository uses GitHub Actions to automatically update all packages and fla
2020
#### amp
2121

2222
- **Description**: CLI for Amp, an agentic coding tool in research preview from Sourcegraph
23-
- **Version**: 0.0.1763251313-g95b89a
23+
- **Version**: 0.0.1763294481-g6029a1
2424
- **Source**: bytecode
2525
- **License**: unfree
2626
- **Homepage**: https://ampcode.com/

packages/amp/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/amp/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
}:
99

1010
let
11-
version = "0.0.1763251313-g95b89a";
11+
version = "0.0.1763294481-g6029a1";
1212
# First, create a source with package-lock.json included
1313
srcWithLock = runCommand "amp-src-with-lock" { } ''
1414
mkdir -p $out
1515
tar -xzf ${
1616
fetchurl {
17-
url = "https://registry.npmjs.org/@sourcegraph/amp/-/amp-0.0.1763251313-g95b89a.tgz";
18-
hash = "sha256-wuc2vzjXrRD8DJJ/zM6uja8fwHpoYl7z2NdU6T3XhYo=";
17+
url = "https://registry.npmjs.org/@sourcegraph/amp/-/amp-0.0.1763294481-g6029a1.tgz";
18+
hash = "sha256-n7C3v07+sYAaitHUqrcFmfji0yI1gd6+FWu3wEXjUsE=";
1919
}
2020
} -C $out --strip-components=1
2121
cp ${./package-lock.json} $out/package-lock.json
@@ -29,7 +29,7 @@ buildNpmPackage rec {
2929

3030
npmDeps = fetchNpmDeps {
3131
inherit src;
32-
hash = "sha256-MflC/v1kcj2ZTiM1Q0concEf5TZQyVyXGY0uibk6ID4=";
32+
hash = "sha256-JAx+Qf+yutAShU6FA6sMZLYVEJg7GuVgzHfruxGuGhQ=";
3333
};
3434

3535
# The package from npm is already built

0 commit comments

Comments
 (0)