Unverified Commit ae738e26 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

graphite-cli: 1.7.1 -> 1.7.2 (#453233)

parents 3310fb87 0389c507
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{
  "name": "@withgraphite/graphite-cli",
  "version": "1.7.1",
  "version": "1.7.2",
  "lockfileVersion": 3,
  "requires": true,
  "packages": {
    "": {
      "name": "@withgraphite/graphite-cli",
      "version": "1.7.1",
      "version": "1.7.2",
      "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.1";
  version = "1.7.2";

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

  npmDepsHash = "sha256-3nr5Q7OyKAVwoG8znf4YT8U0U0nkrvE6M/peKuNtMcw=";
  npmDepsHash = "sha256-POWRxgrny27+7ymrhP5iFPBYzCmjCDWB8jGmOSieq0k=";

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