codebuff: 1.0.552 -> 1.0.565
This commit is contained in:
+4
-4
@@ -5,7 +5,7 @@
|
||||
"packages": {
|
||||
"": {
|
||||
"dependencies": {
|
||||
"codebuff": "^1.0.552"
|
||||
"codebuff": "^1.0.565"
|
||||
}
|
||||
},
|
||||
"node_modules/chownr": {
|
||||
@@ -18,9 +18,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/codebuff": {
|
||||
"version": "1.0.552",
|
||||
"resolved": "https://registry.npmjs.org/codebuff/-/codebuff-1.0.552.tgz",
|
||||
"integrity": "sha512-1n+APBj0Ui0L/yzaLFLctkmz7ApEaMiGYvBwhe+m6nEn4AysBAavJakC80hhMLVJOJ1iBPo6GVNeUbtPx2AULw==",
|
||||
"version": "1.0.565",
|
||||
"resolved": "https://registry.npmjs.org/codebuff/-/codebuff-1.0.565.tgz",
|
||||
"integrity": "sha512-tYuW8FZ+vxsZOo4ZE1p87p6z0dDGqshCV0H3nE2WU8uv1DESb4HdhVQOioiFLOhyCM4iRx06gQwphUHxKyLZ6Q==",
|
||||
"cpu": [
|
||||
"x64",
|
||||
"arm64"
|
||||
|
||||
@@ -6,14 +6,14 @@
|
||||
|
||||
buildNpmPackage rec {
|
||||
pname = "codebuff";
|
||||
version = "1.0.552";
|
||||
version = "1.0.565";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://registry.npmjs.org/codebuff/-/codebuff-${version}.tgz";
|
||||
hash = "sha256-ATk5X+HdxTu4Pxq+gyUlpj9GNl7q9GK0jbhv9io7obQ=";
|
||||
hash = "sha256-d27TTkr5pgo0m4CeLtOlcO5FimlJwp0D9TXQHXW7vYc=";
|
||||
};
|
||||
|
||||
npmDepsHash = "sha256-DibaJSJyq6vMH4Vpu0oqQskJzVeikQuf5mVo9Xc3Pww=";
|
||||
npmDepsHash = "sha256-TJd+0gXQIrXuqFaYO4OAHtZc2Cm6cOt9DtO/QAH3ZYc=";
|
||||
|
||||
postPatch = ''
|
||||
cp ${./package-lock.json} package-lock.json
|
||||
|
||||
Reference in New Issue
Block a user