Unverified Commit 987687fd authored by Peter Hoeg's avatar Peter Hoeg Committed by GitHub
Browse files

graphite-cli: 1.7.18 -> 1.7.20 (#493538)

parents a1e06622 96cebd87
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{
  "name": "@withgraphite/graphite-cli",
  "version": "1.7.18",
  "version": "1.7.20",
  "lockfileVersion": 3,
  "requires": true,
  "packages": {
    "": {
      "name": "@withgraphite/graphite-cli",
      "version": "1.7.18",
      "version": "1.7.20",
      "hasInstallScript": true,
      "license": "None",
      "dependencies": {
+3 −3
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

buildNpmPackage rec {
  pname = "graphite-cli";
  version = "1.7.18";
  version = "1.7.20";

  src = fetchurl {
    url = "https://registry.npmjs.org/@withgraphite/graphite-cli/-/graphite-cli-${version}.tgz";
    hash = "sha256-IDj1hahbggDZTxOpy+UsCuqmIDFZ0Ud8IjYxhlp1zl8=";
    hash = "sha256-Xzq6+fsWRPoiPxtk1zNARCkIPBu64ipAKqPVU2dnV9E=";
  };

  npmDepsHash = "sha256-6VYynLO3fH8B5MKcf7it/BGXBb7pLTD4NngjdzhJLso=";
  npmDepsHash = "sha256-6JzVDgrV5kUKES7/z+0aU+Rs6VabdKhcfru38j3Jmcw=";

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