codebuff: 1.0.638 -> 1.0.674 (#510358)

This commit is contained in:
nixpkgs-ci[bot]
2026-05-14 16:52:40 +00:00
committed by GitHub
2 changed files with 7 additions and 7 deletions
+4 -4
View File
@@ -5,7 +5,7 @@
"packages": {
"": {
"dependencies": {
"codebuff": "^1.0.638"
"codebuff": "^1.0.674"
}
},
"node_modules/@isaacs/fs-minipass": {
@@ -30,9 +30,9 @@
}
},
"node_modules/codebuff": {
"version": "1.0.638",
"resolved": "https://registry.npmjs.org/codebuff/-/codebuff-1.0.638.tgz",
"integrity": "sha512-AVjN8qPQ+7gZ30Y1NpdtycatSKg/K4FPRrgAr1Lc/tYQ7kmfTKopYpPiawF2Q+v3pO9K2jFNoVihvcLzEv+ewA==",
"version": "1.0.674",
"resolved": "https://registry.npmjs.org/codebuff/-/codebuff-1.0.674.tgz",
"integrity": "sha512-xzsFsB2E/En+pPxIGKcA4V1Yc4ObVe9s3NXW1FQA/KYeTaGUp3IKIS49wp1pQ+rCjaQHkb8YCSrb7Zxq/DNmKg==",
"cpu": [
"x64",
"arm64"
+3 -3
View File
@@ -6,16 +6,16 @@
buildNpmPackage (finalAttrs: {
pname = "codebuff";
version = "1.0.638";
version = "1.0.674";
src = fetchzip {
url = "https://registry.npmjs.org/codebuff/-/codebuff-${finalAttrs.version}.tgz";
hash = "sha256-Fyu2T3HGwKfECiw0zyRMH29iDAlrtpzvkoqswJiPl6Y=";
hash = "sha256-dWOeqO55A0ZyZyFgtl+aSXeD2EiQBoGPuqaecfgKNaY=";
};
strictDeps = true;
npmDepsHash = "sha256-Wb0FbeuzkKg3ljirUFX2ZHx1WS1K2lyuha9qWUncsiI=";
npmDepsHash = "sha256-xFtWLqpzRdXN+JO2ueKqRWe/GaNE1yb2LFrFvAETcBU=";
postPatch = ''
cp ${./package-lock.json} package-lock.json