codebuff: 1.0.681 -> 1.0.684 (#534780)

This commit is contained in:
nixpkgs-ci[bot]
2026-08-17 03:14:20 +00:00
committed by GitHub
2 changed files with 7 additions and 7 deletions

View File

@@ -5,7 +5,7 @@
"packages": {
"": {
"dependencies": {
"codebuff": "^1.0.681"
"codebuff": "^1.0.684"
}
},
"node_modules/@isaacs/fs-minipass": {
@@ -30,9 +30,9 @@
}
},
"node_modules/codebuff": {
"version": "1.0.681",
"resolved": "https://registry.npmjs.org/codebuff/-/codebuff-1.0.681.tgz",
"integrity": "sha512-xRj1kKCvXA522IiomLVV0EyORdsjjS4T/shLVeoTrdM9MNZRqrCcm/b9bsiTIzwlYz4oQFgBfmWeHapKKPjh7A==",
"version": "1.0.684",
"resolved": "https://registry.npmjs.org/codebuff/-/codebuff-1.0.684.tgz",
"integrity": "sha512-nPAkTtzQs1rxGRVV4mjQYPS88NWq+so0OTBPCN/JGfo9x5UNbz1AnEsOiFbsdp6fVKVbnURd85lu82RbKtV/aQ==",
"cpu": [
"x64",
"arm64"

View File

@@ -6,16 +6,16 @@
buildNpmPackage (finalAttrs: {
pname = "codebuff";
version = "1.0.681";
version = "1.0.684";
src = fetchzip {
url = "https://registry.npmjs.org/codebuff/-/codebuff-${finalAttrs.version}.tgz";
hash = "sha256-tkQ8MOkQk4vaS9PFqlFBV6unEgysXcwHrKGgxfe60fM=";
hash = "sha256-mWUIqBh5L39NC+fhPuAAxvcamo3uQPdCNvpniCNMJ8I=";
};
strictDeps = true;
npmDepsHash = "sha256-KB0QCfpGP32O5dU+/2dOEmX87iclJrZudIkTNp9ZxSw=";
npmDepsHash = "sha256-JDuK1pipRKFG1wSEeAzJggHSdYqq753mR39Y+3MIwhM=";
postPatch = ''
cp ${./package-lock.json} package-lock.json