Commit 2d687cce authored by R. RyanTM's avatar R. RyanTM
Browse files

codebuff: 1.0.473 -> 1.0.485

parent 2296a312
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
  "packages": {
    "": {
      "dependencies": {
        "codebuff": "^1.0.473"
        "codebuff": "^1.0.485"
      }
    },
    "node_modules/chownr": {
@@ -18,9 +18,9 @@
      }
    },
    "node_modules/codebuff": {
      "version": "1.0.473",
      "resolved": "https://registry.npmjs.org/codebuff/-/codebuff-1.0.473.tgz",
      "integrity": "sha512-maT1kgspsqqDBYZ5K2Fpze3cB3NwTzl5nQZ9EY7CFjkiypYRjlFosrkxY8eUXs6hCZy/WmuBEYRjdyobEaqrcA==",
      "version": "1.0.485",
      "resolved": "https://registry.npmjs.org/codebuff/-/codebuff-1.0.485.tgz",
      "integrity": "sha512-RC+DPvi2radIVR5mQ+L53J6dg9RYR6mtmnAz6v3b3sUS6vlAX5r2huDFK5vjWh4pvphLyYzXxnc8nxjGLwqDVA==",
      "cpu": [
        "x64",
        "arm64"
+3 −3
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

buildNpmPackage rec {
  pname = "codebuff";
  version = "1.0.473";
  version = "1.0.485";

  src = fetchzip {
    url = "https://registry.npmjs.org/codebuff/-/codebuff-${version}.tgz";
    hash = "sha256-SlSS1++pEVtvY3sSDZzoD4K6PiFA8Z6tBX+hfIDrhrY=";
    hash = "sha256-TeHIRz6FmpyAIVS58IgyJ0Y/Ob/crCFey4eTk3vDIHE=";
  };

  npmDepsHash = "sha256-fEK3CzK66AwHlZyt9ax+r5QGqUCfOw11EMMzA2d337c=";
  npmDepsHash = "sha256-ZQdg464SXIwAhFgotIXO6xjpAdquOlKKPuejl6qS3xo=";

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