diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-11-07 23:16:07 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-11-16 02:49:10 +0900 |
| commit | 4a470634970888ac701462ccff1095e2017229ab (patch) | |
| tree | ef2cbae42316cba0e62c7cd0c04bf9226c8c6b1a /pkgs/claude-code/update.sh | |
| parent | aed8046e9dc3d8516f6d003ac2ff790ff314caf7 (diff) | |
| download | nur-packages-4a470634970888ac701462ccff1095e2017229ab.tar.gz nur-packages-4a470634970888ac701462ccff1095e2017229ab.tar.zst nur-packages-4a470634970888ac701462ccff1095e2017229ab.zip | |
feat(claude-code): Upgrade to 2.0.35
Diffstat (limited to 'pkgs/claude-code/update.sh')
| -rwxr-xr-x | pkgs/claude-code/update.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/pkgs/claude-code/update.sh b/pkgs/claude-code/update.sh deleted file mode 100755 index 34b699e..0000000 --- a/pkgs/claude-code/update.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/env nix-shell -#!nix-shell --pure --keep NIX_PATH -i bash --packages nodejs nix-update git cacert - -# https://github.com/NixOS/nixpkgs/blob/4061fac1353e86e502f8c59e179d6d948e329a00/pkgs/by-name/cl/claude-code/update.sh - -set -euo pipefail - -version=$(npm view @anthropic-ai/claude-code version) - -# Update version and hashes -AUTHORIZED=1 NIXPKGS_ALLOW_UNFREE=1 nix-update claude-code --version="$version" --generate-lockfile -# nix-update vscode-extensions.anthropic.claude-code --use-update-script --version "$version" |
