codebuff: 1.0.496 -> 1.0.500

This commit is contained in:
R. Ryantm
2025-10-06 10:11:15 +00:00
parent 0bcf98ab2f
commit 7d840da347
2 changed files with 7 additions and 7 deletions

View File

@@ -5,7 +5,7 @@
"packages": {
"": {
"dependencies": {
"codebuff": "^1.0.496"
"codebuff": "^1.0.500"
}
},
"node_modules/chownr": {
@@ -18,9 +18,9 @@
}
},
"node_modules/codebuff": {
"version": "1.0.496",
"resolved": "https://registry.npmjs.org/codebuff/-/codebuff-1.0.496.tgz",
"integrity": "sha512-kFg8+kgZN7wReREMt89mXz5G78c5EZxiMtjjVb6bZD9JUIb8hYRg5AFPQ5RTFW4cMW21l7qO7HZy8Twvln8Nwg==",
"version": "1.0.500",
"resolved": "https://registry.npmjs.org/codebuff/-/codebuff-1.0.500.tgz",
"integrity": "sha512-qUp7XL749bTAx6p2D7Mbsx5INx9PMEtMqyB3LsH5QLFW2AUGbmQOuxTVMaQFrCUaaJ8RtKaqCSKWwSZ1tq+ylA==",
"cpu": [
"x64",
"arm64"

View File

@@ -6,14 +6,14 @@
buildNpmPackage rec {
pname = "codebuff";
version = "1.0.496";
version = "1.0.500";
src = fetchzip {
url = "https://registry.npmjs.org/codebuff/-/codebuff-${version}.tgz";
hash = "sha256-X/quHRF+DrGtbyDbthXENLXI9vKfjhp9WOn6FBgss4g=";
hash = "sha256-5lAQb8rrWhji4961fbkSCr0hgVIgIzrwkQ8y9+HoeDw=";
};
npmDepsHash = "sha256-ni7tCSyqXSyowVl1XzGkzoovaN3AawYvmW1cWdeHxgw=";
npmDepsHash = "sha256-niM6sUtgv+PeYXrDjBpYcM6p+SaNcpmoWAXV+5uCCOY=";
postPatch = ''
cp ${./package-lock.json} package-lock.json