Unverified Commit 9c354530 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

amp-cli: 0.0.1748865683-g71e54e -> 0.0.1749297687-g3e4f54 (#414759)

parents 7b29c2d3 53508897
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
  "packages": {
    "": {
      "dependencies": {
        "@sourcegraph/amp": "^0.0.1748865683-g71e54e"
        "@sourcegraph/amp": "^0.0.1749297687-g3e4f54"
      }
    },
    "node_modules/@colors/colors": {
@@ -29,9 +29,9 @@
      }
    },
    "node_modules/@sourcegraph/amp": {
      "version": "0.0.1748865683-g71e54e",
      "resolved": "https://registry.npmjs.org/@sourcegraph/amp/-/amp-0.0.1748865683-g71e54e.tgz",
      "integrity": "sha512-ZiNbIbgCb/l7Q7wRT0sva6Ju7VDtq7+lijMWK8jotPorTq1DYUy3h7XJIOjyJEdvqlQkEfwrnbOfREmsnwlPyg==",
      "version": "0.0.1749297687-g3e4f54",
      "resolved": "https://registry.npmjs.org/@sourcegraph/amp/-/amp-0.0.1749297687-g3e4f54.tgz",
      "integrity": "sha512-KfAu6Ju4aeTKW3dQ17GmaVXJ+96IqUMCC8KJlb1uzOBcNudGVnwYogjkEAMu4N3hg1PJH6XcrimqmFRqPZb1+Q==",
      "dependencies": {
        "@types/runes": "^0.4.3",
        "@vscode/ripgrep": "1.15.11",
+3 −3
Original line number Diff line number Diff line
@@ -9,11 +9,11 @@

buildNpmPackage (finalAttrs: {
  pname = "amp-cli";
  version = "0.0.1748865683-g71e54e";
  version = "0.0.1749297687-g3e4f54";

  src = fetchzip {
    url = "https://registry.npmjs.org/@sourcegraph/amp/-/amp-${finalAttrs.version}.tgz";
    hash = "sha256-kkQKjw1SzDjV8/206i+NUyxeDhZ/35My9gyXRe/U7I8=";
    hash = "sha256-WreJsyqyW/Z+TUPnQC7sKIpSgdpIzXQTgkXBthKCMZ4=";
  };

  postPatch = ''
@@ -45,7 +45,7 @@ buildNpmPackage (finalAttrs: {
    chmod +x bin/amp-wrapper.js
  '';

  npmDepsHash = "sha256-yeZ5UCVUCbVjpYTYYN5mI6eCkShtnCKxumjpb5GRCws=";
  npmDepsHash = "sha256-dAJePSRKnXrdW8hr72JNxunQAiUtxH53sDrtYYX6++0=";

  propagatedBuildInputs = [
    ripgrep