chore: bump lockfile

- bump flake inputs
- bump claude-code to 2.1.138
This commit is contained in:
2026-05-09 23:27:37 +02:00
parent fae6b25137
commit 79a67284af
2 changed files with 41 additions and 41 deletions

View File

@@ -2,7 +2,7 @@
let
inherit (pkgs) stdenv lib;
version = "2.1.126";
version = "2.1.138";
# upstream ships platform-native binaries as separate npm packages under
# @anthropic-ai/claude-code-<platform>; the wrapper package is just a
@@ -10,19 +10,19 @@ let
sources = {
"x86_64-linux" = {
slug = "linux-x64";
hash = "sha256-RTei2TOHb4OB9RTWILLuYDnwJT2PxyAwn3TwASOFYIc=";
hash = "sha256-MGYEPPO4O84Egb5Ym/9f56l+TzPqogpSabosvHTIJZg=";
};
"aarch64-linux" = {
slug = "linux-arm64";
hash = "sha256-RTBJeh99Yiqdq5sNPLRENGD5mOapW3t9FkDlW+MiAQQ=";
hash = "sha256-LWBtOAjPDFtLP93TNrsd8bPHJd7VKK6J90CRxUp1/XQ=";
};
"x86_64-darwin" = {
slug = "darwin-x64";
hash = "sha256-Xii9HPQEdg6HQVHMqkIV7Js4aeedCjlg5xJBF3Ef7oQ=";
hash = "sha256-tkupKzb+XAPmdCRNoT90cfVLKUar3FCTRgufiMVuVPc=";
};
"aarch64-darwin" = {
slug = "darwin-arm64";
hash = "sha256-UKgwm0AGcO7fFZttIUR4LEQAH2NRfjerV7IByp3Nbqk=";
hash = "sha256-jmB4t11BI1LKanuuXRJv5IBe8a9gSrFvTMP3KarsioU=";
};
};