Unverified Commit 367b266d authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #333628 from danielgafni/update-graphite-cli-1.4.2

graphite-cli: 1.4.1 -> 1.4.2
parents 473c5b60 eab75cbf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{
  "name": "@withgraphite/graphite-cli",
  "version": "1.4.1",
  "version": "1.4.2",
  "lockfileVersion": 3,
  "requires": true,
  "packages": {
    "": {
      "name": "@withgraphite/graphite-cli",
      "version": "1.4.1",
      "version": "1.4.2",
      "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.1";
  version = "1.4.2";

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

  npmDepsHash = "sha256-pxDj67W8bvi954C4UPuR7xQixoZ1CQGJO8NIHU5JOvM=";
  npmDepsHash = "sha256-gluPxs1NPVjv5K64FtED7b4zWmOXufVquuBHqz1JUzU=";

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