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

codebuff: 1.0.500 -> 1.0.501 (#451483)

parents 29d2d929 f4bf2db6
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
  "packages": {
    "": {
      "dependencies": {
        "codebuff": "^1.0.500"
        "codebuff": "^1.0.501"
      }
    },
    "node_modules/chownr": {
@@ -18,9 +18,9 @@
      }
    },
    "node_modules/codebuff": {
      "version": "1.0.500",
      "resolved": "https://registry.npmjs.org/codebuff/-/codebuff-1.0.500.tgz",
      "integrity": "sha512-qUp7XL749bTAx6p2D7Mbsx5INx9PMEtMqyB3LsH5QLFW2AUGbmQOuxTVMaQFrCUaaJ8RtKaqCSKWwSZ1tq+ylA==",
      "version": "1.0.501",
      "resolved": "https://registry.npmjs.org/codebuff/-/codebuff-1.0.501.tgz",
      "integrity": "sha512-ZTvQce7Qj5tjWt63AJujjGkCDLLWAXm3vrKOKlfUKXPXJQfbM8TYljB2+fnMEkjgShZ3Fg+nSEIb1q7hcuBTbQ==",
      "cpu": [
        "x64",
        "arm64"
@@ -36,6 +36,7 @@
        "tar": "^6.2.0"
      },
      "bin": {
        "cb": "index.js",
        "codebuff": "index.js"
      },
      "engines": {
+3 −3
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

buildNpmPackage rec {
  pname = "codebuff";
  version = "1.0.500";
  version = "1.0.501";

  src = fetchzip {
    url = "https://registry.npmjs.org/codebuff/-/codebuff-${version}.tgz";
    hash = "sha256-5lAQb8rrWhji4961fbkSCr0hgVIgIzrwkQ8y9+HoeDw=";
    hash = "sha256-WW599dxu7LdL2pU0nb4zZb3ek67MlTpJ/H9aa7SWhi8=";
  };

  npmDepsHash = "sha256-niM6sUtgv+PeYXrDjBpYcM6p+SaNcpmoWAXV+5uCCOY=";
  npmDepsHash = "sha256-M8BD9XMnn6ETifLl0j4fe2+UDaAGOA9mN2SsmXSfMPM=";

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