codebuff: 1.0.496 -> 1.0.500 (#449087)

This commit is contained in:
Yohann Boniface
2025-10-09 19:41:19 +00:00
committed by GitHub
2 changed files with 7 additions and 7 deletions

View File

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

View File

@@ -6,14 +6,14 @@
buildNpmPackage rec { buildNpmPackage rec {
pname = "codebuff"; pname = "codebuff";
version = "1.0.496"; version = "1.0.500";
src = fetchzip { src = fetchzip {
url = "https://registry.npmjs.org/codebuff/-/codebuff-${version}.tgz"; 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 = '' postPatch = ''
cp ${./package-lock.json} package-lock.json cp ${./package-lock.json} package-lock.json