Commit f8ea2c04 authored by R. RyanTM's avatar R. RyanTM
Browse files

codebuff: 1.0.533 -> 1.0.540

parent a4d1e1ae
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
  "packages": {
    "": {
      "dependencies": {
        "codebuff": "^1.0.533"
        "codebuff": "^1.0.540"
      }
    },
    "node_modules/chownr": {
@@ -18,9 +18,9 @@
      }
    },
    "node_modules/codebuff": {
      "version": "1.0.533",
      "resolved": "https://registry.npmjs.org/codebuff/-/codebuff-1.0.533.tgz",
      "integrity": "sha512-kEZ7S/oJ23wKFxlwBfqXlT2nXYPqGOUeneIbSccguMRyYGONEQm7LDdZCgIB/YiDa8AEHvGztuywC9QUHNrVBg==",
      "version": "1.0.540",
      "resolved": "https://registry.npmjs.org/codebuff/-/codebuff-1.0.540.tgz",
      "integrity": "sha512-mlNld49vsoHZZPw55oqboT0PpLCMafop5VTlR9XqxZxO9c2qGs730pCNURqOygaFUwRAVjF61os8Idyn3SroOA==",
      "cpu": [
        "x64",
        "arm64"
+3 −3
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

buildNpmPackage rec {
  pname = "codebuff";
  version = "1.0.533";
  version = "1.0.540";

  src = fetchzip {
    url = "https://registry.npmjs.org/codebuff/-/codebuff-${version}.tgz";
    hash = "sha256-UZXMRHtz3f5MJKwdsc3EdXuqNaWUIAjQ+BoKReeedTY=";
    hash = "sha256-k5JbnNSGle1qWKSXTaR/xdNdovB4UY201SKS2BK637E=";
  };

  npmDepsHash = "sha256-2Qo54tHwvFtg3wczc4nlJWe0wbUMmeThapQ5+xW86v0=";
  npmDepsHash = "sha256-xvB+D8cOAA+YP4MdM8lByuP7QmSItTKi/uKPfiuy6pc=";

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