Unverified Commit 9c8f1339 authored by Felix Bargfeldt's avatar Felix Bargfeldt Committed by GitHub
Browse files

amp-cli: 0.0.1747483284-g8cf01d -> 0.0.1747886591-g90f24f (#409716)

parents ccd7b6f3 597be6db
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
  "packages": {
    "": {
      "dependencies": {
        "@sourcegraph/amp": "^0.0.1747483284-g8cf01d"
        "@sourcegraph/amp": "^0.0.1747886591-g90f24f"
      }
    },
    "node_modules/@colors/colors": {
@@ -29,9 +29,9 @@
      }
    },
    "node_modules/@sourcegraph/amp": {
      "version": "0.0.1747483284-g8cf01d",
      "resolved": "https://registry.npmjs.org/@sourcegraph/amp/-/amp-0.0.1747483284-g8cf01d.tgz",
      "integrity": "sha512-LTlMR3cs5ax9EGIuyu92g85SJdsXV7fvADsEnYmBOd/no7r1CIxeEtOzLFY1FPDCxLHjN74BivwHs0piMiLktg==",
      "version": "0.0.1747886591-g90f24f",
      "resolved": "https://registry.npmjs.org/@sourcegraph/amp/-/amp-0.0.1747886591-g90f24f.tgz",
      "integrity": "sha512-therl4OchUfqcVPhG3YNJKjcZUvXadnfowKzJeZtVNZAcJMWz2+u0gZoWE+V8FPgrMaX/crYcYwPmiBl5NM6lg==",
      "dependencies": {
        "@types/runes": "^0.4.3",
        "@vscode/ripgrep": "1.15.11",
+4 −4
Original line number Diff line number Diff line
@@ -8,11 +8,11 @@

buildNpmPackage rec {
  pname = "amp-cli";
  version = "0.0.1747483284-g8cf01d";
  version = "0.0.1747886591-g90f24f";

  src = fetchzip {
    url = "https://registry.npmjs.org/@sourcegraph/amp/-/amp-${version}.tgz";
    hash = "sha256-8mPYdr0t/5kEGK/0nG0GyxviAU9EhjA1bAQXggvuF6k=";
    hash = "sha256-knNzJYGXmLuerlw6j+lbIf45uv0tYtMOfsIQVfpJ0Kc=";
  };

  postPatch = ''
@@ -44,7 +44,7 @@ buildNpmPackage rec {
    chmod +x bin/amp-wrapper.js
  '';

  npmDepsHash = "sha256-aFB9EuWp7skmY5uzNRBBs8/UcFgtrQpBqciO2UK1fwY=";
  npmDepsHash = "sha256-ir13FuVQtxEcryqmSh5BOdrCUWeXAUUX72BYZweUNBU=";

  propagatedBuildInputs = [
    ripgrep
@@ -72,7 +72,7 @@ buildNpmPackage rec {

  meta = {
    description = "Amp is an AI coding agent, in research preview from Sourcegraph. This is the CLI for Amp.";
    homepage = "https://github.com/sourcegraph/amp";
    homepage = "https://ampcode.com/";
    downloadPage = "https://www.npmjs.com/package/@sourcegraph/amp";
    license = lib.licenses.unfree;
    maintainers = with lib.maintainers; [