[NixOS] Claude code to 2.1.4
This commit is contained in:
@@ -2,8 +2,8 @@ final: prev:
|
|||||||
let
|
let
|
||||||
# Claude Code version override - update these values to bump the version
|
# Claude Code version override - update these values to bump the version
|
||||||
claudeCodeVersion = {
|
claudeCodeVersion = {
|
||||||
version = "2.1.2";
|
version = "2.1.14";
|
||||||
hash = "sha256-yCRQtK286EOGVs+0SMokATpvwCeZC4irV1bmhU0kgiI=";
|
hash = "sha256-fgDSKCrauOXbgPc+FmwFX3Ro8CGxwW0Jki0wZz53gpg=";
|
||||||
npmDepsHash = "";
|
npmDepsHash = "";
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -22,13 +22,13 @@ in
|
|||||||
|
|
||||||
# Hyprland and hy3 are provided via flakes for proper plugin compatibility
|
# Hyprland and hy3 are provided via flakes for proper plugin compatibility
|
||||||
# See flake.nix inputs: hyprland and hy3
|
# See flake.nix inputs: hyprland and hy3
|
||||||
# claude-code = prev.claude-code.overrideAttrs (oldAttrs: {
|
claude-code = prev.claude-code.overrideAttrs (oldAttrs: {
|
||||||
# inherit (claudeCodeVersion) version npmDepsHash;
|
inherit (claudeCodeVersion) version npmDepsHash;
|
||||||
# src = prev.fetchurl {
|
src = prev.fetchurl {
|
||||||
# url = "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-${claudeCodeVersion.version}.tgz";
|
url = "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-${claudeCodeVersion.version}.tgz";
|
||||||
# inherit (claudeCodeVersion) hash;
|
inherit (claudeCodeVersion) hash;
|
||||||
# };
|
};
|
||||||
# });
|
});
|
||||||
|
|
||||||
# codex = prev.codex.overrideAttrs (oldAttrs: rec {
|
# codex = prev.codex.overrideAttrs (oldAttrs: rec {
|
||||||
# inherit (codexVersion) version cargoHash;
|
# inherit (codexVersion) version cargoHash;
|
||||||
|
|||||||
Reference in New Issue
Block a user