Unverified Commit 9043c23d authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

graphite-cli: 1.4.2 -> 1.4.3 (#337158)

parents f7ba8f96 f9b1c688
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{
  "name": "@withgraphite/graphite-cli",
  "version": "1.4.2",
  "version": "1.4.3",
  "lockfileVersion": 3,
  "requires": true,
  "packages": {
    "": {
      "name": "@withgraphite/graphite-cli",
      "version": "1.4.2",
      "version": "1.4.3",
      "hasInstallScript": true,
      "license": "None",
      "dependencies": {
+3 −3
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

buildNpmPackage rec {
  pname = "graphite-cli";
  version = "1.4.2";
  version = "1.4.3";

  src = fetchurl {
    url = "https://registry.npmjs.org/@withgraphite/graphite-cli/-/graphite-cli-${version}.tgz";
    hash = "sha256-bh5BSpzmxSMgr1wKOCrOTQSpsSdgaVtBcw9jiE4IzI8=";
    hash = "sha256-ITROAsDlkNJx5z1DN41Y3kOQzlm2CmciPVn9IrtjCQc=";
  };

  npmDepsHash = "sha256-gluPxs1NPVjv5K64FtED7b4zWmOXufVquuBHqz1JUzU=";
  npmDepsHash = "sha256-G2J0yu/loihlrgGSMEJmVK496bVwJehLwYAPh0f8UbM=";

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