codebuff: 1.0.441 -> 1.0.451

This commit is contained in:
R. Ryantm 2025-08-06 02:14:36 +00:00
parent e2000273f2
commit d05fb33aa3
2 changed files with 7 additions and 7 deletions

View File

@ -5,7 +5,7 @@
"packages": {
"": {
"dependencies": {
"codebuff": "^1.0.441"
"codebuff": "^1.0.451"
}
},
"node_modules/chownr": {
@ -18,9 +18,9 @@
}
},
"node_modules/codebuff": {
"version": "1.0.441",
"resolved": "https://registry.npmjs.org/codebuff/-/codebuff-1.0.441.tgz",
"integrity": "sha512-2/u30sGXiEd1caB+doYWy34lbv8DJhQ2SomHXpCmmeEKITUgd9ckdVMLaaEgrR/FIUHyFBcu7aCVzmwsBEfnuQ==",
"version": "1.0.451",
"resolved": "https://registry.npmjs.org/codebuff/-/codebuff-1.0.451.tgz",
"integrity": "sha512-LYzX+cu1zMnU/qntnRMQzQ+iPT436OYphFyIrEvx5DarfEEns5UIMDyWp0E9PWxbU4WsJfHJnL6srYxC/T8hUg==",
"cpu": [
"x64",
"arm64"

View File

@ -6,14 +6,14 @@
buildNpmPackage rec {
pname = "codebuff";
version = "1.0.441";
version = "1.0.451";
src = fetchzip {
url = "https://registry.npmjs.org/codebuff/-/codebuff-${version}.tgz";
hash = "sha256-l57ZQTvvIR8mpFJGJeF6AqE6sbjIUkQdjlvdQ4UAQ9g=";
hash = "sha256-98NiHDb0PrK71I28y7DwDJf2i+mKTQBp22PY4WJh5ig=";
};
npmDepsHash = "sha256-/LiXKA0HdFg3K7xyioL0SKjWicktCpih1oJkEPLDzIA=";
npmDepsHash = "sha256-qtBi5OT7UBsCIriO6Fk33gLOFNp5Ae0bT9qN+37b2sg=";
postPatch = ''
cp ${./package-lock.json} package-lock.json