Loading pkgs/by-name/co/codebuff/package-lock.json +4 −4 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { "codebuff": "^1.0.615" "codebuff": "^1.0.623" } }, "node_modules/@isaacs/fs-minipass": { Loading @@ -30,9 +30,9 @@ } }, "node_modules/codebuff": { "version": "1.0.615", "resolved": "https://registry.npmjs.org/codebuff/-/codebuff-1.0.615.tgz", "integrity": "sha512-AT/26v1mINZyCJurlvTqQo7ga7EGH9UtC+IHppVAnwDZ9XNzZim5/y4EfDUHUnJM5tH1mCnWwsYQVk4X0BeNkw==", "version": "1.0.623", "resolved": "https://registry.npmjs.org/codebuff/-/codebuff-1.0.623.tgz", "integrity": "sha512-2X9DAYduW0uWmEgXFPnq1fS+/aqsFiW38eHSDy2b0Zs18qx623VBx/Stu39sSWrwj20nH0Gzua1YYXXzxoen9A==", "cpu": [ "x64", "arm64" Loading pkgs/by-name/co/codebuff/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -6,14 +6,14 @@ buildNpmPackage rec { pname = "codebuff"; version = "1.0.615"; version = "1.0.623"; src = fetchzip { url = "https://registry.npmjs.org/codebuff/-/codebuff-${version}.tgz"; hash = "sha256-4nO7OFr4NDwUo70wHKRJGiGRvKaqOXog0evn5kotxY8="; hash = "sha256-UWYEgtxBIau8a0VN24J+ms4czUj0Dt0PVVq5v5RLfFc="; }; npmDepsHash = "sha256-VoxULd9oOMvR8LLl6F6XuSM6nkqe+7mXgVFjWjeqdNE="; npmDepsHash = "sha256-kcbYnpyXHLAaVZkay1254SghxdFy/cuUpyt8hLDSISI="; postPatch = '' cp ${./package-lock.json} package-lock.json Loading pkgs/by-name/co/codebuff/update.sh +1 −1 Original line number Diff line number Diff line #!/usr/bin/env nix-shell #!nix-shell -i bash -p nodePackages.npm nix-update #!nix-shell -i bash -p nodejs nix-update set -euo pipefail Loading Loading
pkgs/by-name/co/codebuff/package-lock.json +4 −4 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { "codebuff": "^1.0.615" "codebuff": "^1.0.623" } }, "node_modules/@isaacs/fs-minipass": { Loading @@ -30,9 +30,9 @@ } }, "node_modules/codebuff": { "version": "1.0.615", "resolved": "https://registry.npmjs.org/codebuff/-/codebuff-1.0.615.tgz", "integrity": "sha512-AT/26v1mINZyCJurlvTqQo7ga7EGH9UtC+IHppVAnwDZ9XNzZim5/y4EfDUHUnJM5tH1mCnWwsYQVk4X0BeNkw==", "version": "1.0.623", "resolved": "https://registry.npmjs.org/codebuff/-/codebuff-1.0.623.tgz", "integrity": "sha512-2X9DAYduW0uWmEgXFPnq1fS+/aqsFiW38eHSDy2b0Zs18qx623VBx/Stu39sSWrwj20nH0Gzua1YYXXzxoen9A==", "cpu": [ "x64", "arm64" Loading
pkgs/by-name/co/codebuff/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -6,14 +6,14 @@ buildNpmPackage rec { pname = "codebuff"; version = "1.0.615"; version = "1.0.623"; src = fetchzip { url = "https://registry.npmjs.org/codebuff/-/codebuff-${version}.tgz"; hash = "sha256-4nO7OFr4NDwUo70wHKRJGiGRvKaqOXog0evn5kotxY8="; hash = "sha256-UWYEgtxBIau8a0VN24J+ms4czUj0Dt0PVVq5v5RLfFc="; }; npmDepsHash = "sha256-VoxULd9oOMvR8LLl6F6XuSM6nkqe+7mXgVFjWjeqdNE="; npmDepsHash = "sha256-kcbYnpyXHLAaVZkay1254SghxdFy/cuUpyt8hLDSISI="; postPatch = '' cp ${./package-lock.json} package-lock.json Loading
pkgs/by-name/co/codebuff/update.sh +1 −1 Original line number Diff line number Diff line #!/usr/bin/env nix-shell #!nix-shell -i bash -p nodePackages.npm nix-update #!nix-shell -i bash -p nodejs nix-update set -euo pipefail Loading