Unverified Commit c9c2f813 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

codebuff: 1.0.630 -> 1.0.633 (#501881)

parents da25a0af 1cafaf29
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
  "packages": {
    "": {
      "dependencies": {
        "codebuff": "^1.0.630"
        "codebuff": "^1.0.633"
      }
    },
    "node_modules/@isaacs/fs-minipass": {
@@ -30,9 +30,9 @@
      }
    },
    "node_modules/codebuff": {
      "version": "1.0.630",
      "resolved": "https://registry.npmjs.org/codebuff/-/codebuff-1.0.630.tgz",
      "integrity": "sha512-KzPlptopDjOKgsFyii+amJR9iLbbhi4DVDZ++aFyMMz9piEqmnXh4oT6/PlOeWdHqFfMNZ1NURzxPa1QCcDv9A==",
      "version": "1.0.633",
      "resolved": "https://registry.npmjs.org/codebuff/-/codebuff-1.0.633.tgz",
      "integrity": "sha512-eReGZRg8zr2vABWfoGz1J5l8YKa7M21mP3b0sDlx0wh3aNcCfmHcUZuHTrhRAjw+MsfHWqBHB49vp4qno4oNtg==",
      "cpu": [
        "x64",
        "arm64"
+3 −3
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

buildNpmPackage rec {
  pname = "codebuff";
  version = "1.0.630";
  version = "1.0.633";

  src = fetchzip {
    url = "https://registry.npmjs.org/codebuff/-/codebuff-${version}.tgz";
    hash = "sha256-4MXdEd1/wff6tpBg3ZWvDgK5l4ru4NBW3/Lnsl8a+MU=";
    hash = "sha256-IsIPBXC3DabO6yKV+0u0Gplr6uQ7Ye3XLVlPOab1M7w=";
  };

  npmDepsHash = "sha256-s7+koNYCKeQ8dGEihm/3We8ZD0nhBXyrQ9oEzhohpL4=";
  npmDepsHash = "sha256-zORSb24tzUpsqwe4QBtCSkOGTI/Ley849+YyZss1oLY=";

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