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

codebuff: 1.0.496 -> 1.0.500 (#449087)

parents 155c3187 7d840da3
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
  "packages": {
    "": {
      "dependencies": {
        "codebuff": "^1.0.496"
        "codebuff": "^1.0.500"
      }
    },
    "node_modules/chownr": {
@@ -18,9 +18,9 @@
      }
    },
    "node_modules/codebuff": {
      "version": "1.0.496",
      "resolved": "https://registry.npmjs.org/codebuff/-/codebuff-1.0.496.tgz",
      "integrity": "sha512-kFg8+kgZN7wReREMt89mXz5G78c5EZxiMtjjVb6bZD9JUIb8hYRg5AFPQ5RTFW4cMW21l7qO7HZy8Twvln8Nwg==",
      "version": "1.0.500",
      "resolved": "https://registry.npmjs.org/codebuff/-/codebuff-1.0.500.tgz",
      "integrity": "sha512-qUp7XL749bTAx6p2D7Mbsx5INx9PMEtMqyB3LsH5QLFW2AUGbmQOuxTVMaQFrCUaaJ8RtKaqCSKWwSZ1tq+ylA==",
      "cpu": [
        "x64",
        "arm64"
+3 −3
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

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

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

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

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