amp-cli: 0.0.1760013766-g2b1690 -> 0.0.1760546826-g6984fa

This commit is contained in:
R. Ryantm
2025-10-15 17:35:11 +00:00
parent 18fccbebfb
commit 6220fcdf25
2 changed files with 7 additions and 7 deletions
+4 -4
View File
@@ -5,7 +5,7 @@
"packages": {
"": {
"dependencies": {
"@sourcegraph/amp": "^0.0.1760013766-g2b1690"
"@sourcegraph/amp": "^0.0.1760546826-g6984fa"
}
},
"node_modules/@napi-rs/keyring": {
@@ -228,9 +228,9 @@
}
},
"node_modules/@sourcegraph/amp": {
"version": "0.0.1760013766-g2b1690",
"resolved": "https://registry.npmjs.org/@sourcegraph/amp/-/amp-0.0.1760013766-g2b1690.tgz",
"integrity": "sha512-ih52g519nqbfUaofmyNEGh2MXLzakpofTK5jjBb9ErH1gXrh9tfxEIUANpmqtPk11swDBH0ZSdtn1Alz3rWm6w==",
"version": "0.0.1760546826-g6984fa",
"resolved": "https://registry.npmjs.org/@sourcegraph/amp/-/amp-0.0.1760546826-g6984fa.tgz",
"integrity": "sha512-QKtu4XFbdi+B9mmkbu64RGPO2gcCtvHFCr3pSojnBQWVMLUjVJpj51dTSNYhBs8pABmJoRA6n8TGNRyaosl7aQ==",
"dependencies": {
"@napi-rs/keyring": "1.1.9"
},
+3 -3
View File
@@ -9,11 +9,11 @@
buildNpmPackage (finalAttrs: {
pname = "amp-cli";
version = "0.0.1760013766-g2b1690";
version = "0.0.1760546826-g6984fa";
src = fetchzip {
url = "https://registry.npmjs.org/@sourcegraph/amp/-/amp-${finalAttrs.version}.tgz";
hash = "sha256-b3mq95ZFrXpqDSUbBRRbvwem16qSuhfEFhi7zNc13ZY=";
hash = "sha256-aEUBTpQMQ2fgSfioRNXvdkKy4eLTw5XqkeSrt5T5498=";
};
postPatch = ''
@@ -45,7 +45,7 @@ buildNpmPackage (finalAttrs: {
chmod +x bin/amp-wrapper.js
'';
npmDepsHash = "sha256-uGjKSa11JGd8/EtJ+3jtCIwVJY6kfYy9cL0CFiwzVkY=";
npmDepsHash = "sha256-/s1wZhdwvVGOJoasgBs5eCWcvSuIriWi+bfz/Np8h+Y=";
propagatedBuildInputs = [
ripgrep