Skip to content

Commit 57df496

Browse files
committed
CC 2.1.78
1 parent 4d9d588 commit 57df496

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pkgs/claude-code-cli/default.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,25 @@
66
glibc,
77
}:
88
let
9-
version = "2.1.77";
9+
version = "2.1.78";
1010
gcsBase = "https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/${version}";
1111

1212
sources = {
1313
"aarch64-darwin" = fetchurl {
1414
url = "${gcsBase}/darwin-arm64/claude";
15-
hash = "sha256-ZCZ3JBnHWOcRRnJVgtZ/HdpCaHxpPIPe+a00IruB6/E=";
15+
hash = "sha256-Ckk582vAGUAhxW+lyEcK2E4igvL0BPFZipQMIEQRcWg=";
1616
};
1717
"x86_64-darwin" = fetchurl {
1818
url = "${gcsBase}/darwin-x64/claude";
19-
hash = "sha256-m+SiSiE80/R1cT6Pt1SMYxqr3DVcoZHpJsy2PxKXZAk=";
19+
hash = "sha256-FNkZOoWmsZGwkP0qHOJhkFzM8L9nKCOdfCFHcZZBljw=";
2020
};
2121
"x86_64-linux" = fetchurl {
2222
url = "${gcsBase}/linux-x64/claude";
23-
hash = "sha256-NFWcnMnurclC1nMTZ67TkVtrc1HZjGHr/rvY+llQjs0=";
23+
hash = "sha256-sSCkE5pEd6JxmusLLHkKXC/i2QTkf04q3zyrM7NC0Do=";
2424
};
2525
"aarch64-linux" = fetchurl {
2626
url = "${gcsBase}/linux-arm64/claude";
27-
hash = "sha256-9DA6GjRVsOu901bBM3rjB2r/wSL7eaeKLRiG5cYvKJw=";
27+
hash = "sha256-dc+HRlGXiD32Hcuxh9StP8Axv5GSdlgVmSnc0pWVQtw=";
2828
};
2929
};
3030
in

0 commit comments

Comments
 (0)