Skip to content

Commit

Permalink
Merge pull request #308896 from r-ryantm/auto-update/graphite-cli
Browse files Browse the repository at this point in the history
graphite-cli: 1.3.3 -> 1.3.4
  • Loading branch information
wegank committed May 4, 2024
2 parents 9756fb0 + 73d253a commit 47a3e8a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions pkgs/by-name/gr/graphite-cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pkgs/by-name/gr/graphite-cli/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

buildNpmPackage rec {
pname = "graphite-cli";
version = "1.3.3";
version = "1.3.4";

src = fetchurl {
url = "https://registry.npmjs.org/@withgraphite/graphite-cli/-/graphite-cli-${version}.tgz";
hash = "sha256-zNHk80PGsjucoZgKbLn5khQmhgrxKJfldiLJBzF4EXs=";
hash = "sha256-Rc/dj3r3EpMbxx9rYj4kXnstmUGLR46U+7v6n1jSaiQ=";
};

npmDepsHash = "sha256-A/J7CUWtl0Wlv1fJKx1qSub7JhDoZhHsWHAYkcAGy6g=";
npmDepsHash = "sha256-w9d96SMLISPua9LMZscDjL7L8mGPO1RGyNjg8eU40hw=";

postPatch = ''
ln -s ${./package-lock.json} package-lock.json
Expand Down

0 comments on commit 47a3e8a

Please sign in to comment.