codebuff: 1.0.500 -> 1.0.501

This commit is contained in:
R. Ryantm
2025-10-12 22:12:02 +00:00
parent 405a1a99e8
commit f4bf2db685
2 changed files with 8 additions and 7 deletions

View File

@@ -5,7 +5,7 @@
"packages": {
"": {
"dependencies": {
"codebuff": "^1.0.500"
"codebuff": "^1.0.501"
}
},
"node_modules/chownr": {
@@ -18,9 +18,9 @@
}
},
"node_modules/codebuff": {
"version": "1.0.500",
"resolved": "https://registry.npmjs.org/codebuff/-/codebuff-1.0.500.tgz",
"integrity": "sha512-qUp7XL749bTAx6p2D7Mbsx5INx9PMEtMqyB3LsH5QLFW2AUGbmQOuxTVMaQFrCUaaJ8RtKaqCSKWwSZ1tq+ylA==",
"version": "1.0.501",
"resolved": "https://registry.npmjs.org/codebuff/-/codebuff-1.0.501.tgz",
"integrity": "sha512-ZTvQce7Qj5tjWt63AJujjGkCDLLWAXm3vrKOKlfUKXPXJQfbM8TYljB2+fnMEkjgShZ3Fg+nSEIb1q7hcuBTbQ==",
"cpu": [
"x64",
"arm64"
@@ -36,6 +36,7 @@
"tar": "^6.2.0"
},
"bin": {
"cb": "index.js",
"codebuff": "index.js"
},
"engines": {

View File

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