Commit 170d8657 authored by R. RyanTM's avatar R. RyanTM
Browse files

graphite-cli: 1.4.5 -> 1.4.6

parent 744e61fe
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{
  "name": "@withgraphite/graphite-cli",
  "version": "1.4.5",
  "version": "1.4.6",
  "lockfileVersion": 3,
  "requires": true,
  "packages": {
    "": {
      "name": "@withgraphite/graphite-cli",
      "version": "1.4.5",
      "version": "1.4.6",
      "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.5";
  version = "1.4.6";

  src = fetchurl {
    url = "https://registry.npmjs.org/@withgraphite/graphite-cli/-/graphite-cli-${version}.tgz";
    hash = "sha256-ftTJPI3h/v2W3t5CQHn0CdHTYcDeoOdGjfJcRZi58Bc=";
    hash = "sha256-RXVGy46DL+fxXIErCssspLeSh/iySLTzUCqQY2YNEVc=";
  };

  npmDepsHash = "sha256-jXrH8HltxnIU/TIllYZyUueqCEI3Q9rhUY1tzHvXvSE=";
  npmDepsHash = "sha256-I5WXcdDWBbfc+y7Tdh6UCi/WfHvHx75OAqtQsXujzSM=";

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