codebuff: 1.0.509 -> 1.0.512

This commit is contained in:
R. Ryantm
2025-11-17 07:34:47 +00:00
parent 5dec4550e8
commit b4c0252857
2 changed files with 7 additions and 7 deletions
+4 -4
View File
@@ -5,7 +5,7 @@
"packages": {
"": {
"dependencies": {
"codebuff": "^1.0.509"
"codebuff": "^1.0.512"
}
},
"node_modules/chownr": {
@@ -18,9 +18,9 @@
}
},
"node_modules/codebuff": {
"version": "1.0.509",
"resolved": "https://registry.npmjs.org/codebuff/-/codebuff-1.0.509.tgz",
"integrity": "sha512-FosUOJoje9FbFDQIHVocg1smxHQxjn4Fzu+jeRYBB1kukmH+LSTG4o8b4Ruzw6BswvRBWvK6NGXbTDzC45OOVQ==",
"version": "1.0.512",
"resolved": "https://registry.npmjs.org/codebuff/-/codebuff-1.0.512.tgz",
"integrity": "sha512-LmVPBLYAYRVzyelfhqlF67bwSAVAHiSlJZe5Iv8M+VjeNpaUl5sNmShjx3PZWDdkUhlwWyqNZY83owseu7cX3w==",
"cpu": [
"x64",
"arm64"
+3 -3
View File
@@ -6,14 +6,14 @@
buildNpmPackage rec {
pname = "codebuff";
version = "1.0.509";
version = "1.0.512";
src = fetchzip {
url = "https://registry.npmjs.org/codebuff/-/codebuff-${version}.tgz";
hash = "sha256-jtUMDHujQ6Yro8OeHUwtPCYZho0uBEMn/B7xX/Q5ZqU=";
hash = "sha256-RwvrASHienoqxrlNmY6gcGzMuMkhd9yZhp0DTLlmHHg=";
};
npmDepsHash = "sha256-JLmhln/xc6BmYVboUWKLkU6ch7a5ry4hX+CXfF6ZAnQ=";
npmDepsHash = "sha256-wsRiRg9W5rw5xFCNNDw545yptupUmPse1Lu8jz3VMHA=";
postPatch = ''
cp ${./package-lock.json} package-lock.json