graphite-cli: 1.7.2 -> 1.7.16 (#455223)

This commit is contained in:
Weijia Wang
2026-02-01 08:39:03 +00:00
committed by GitHub
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "@withgraphite/graphite-cli",
"version": "1.7.2",
"version": "1.7.16",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@withgraphite/graphite-cli",
"version": "1.7.2",
"version": "1.7.16",
"hasInstallScript": true,
"license": "None",
"dependencies": {
+3 -3
View File
@@ -9,14 +9,14 @@
buildNpmPackage rec {
pname = "graphite-cli";
version = "1.7.2";
version = "1.7.16";
src = fetchurl {
url = "https://registry.npmjs.org/@withgraphite/graphite-cli/-/graphite-cli-${version}.tgz";
hash = "sha256-FoQvtywam4AXAavRtwfoTMaaMijW67hp317VLupCaCI=";
hash = "sha256-5/BOlO2sGfZwg6JGMxYeerA0zQEW1xom4ZSJEUXBO80=";
};
npmDepsHash = "sha256-POWRxgrny27+7ymrhP5iFPBYzCmjCDWB8jGmOSieq0k=";
npmDepsHash = "sha256-wMs2je2FCZUpeKkxaKyeA5NN4+cR4lVNV1v7HDpUHG8=";
postPatch = ''
ln -s ${./package-lock.json} package-lock.json