File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 66 glibc ,
77} :
88let
9- version = "2.1.59 " ;
9+ version = "2.1.62 " ;
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-73Da5u0ItVOPbRV6jIWR9ywmL7jlcMlHEbrTrk7kSvo =" ;
15+ hash = "sha256-lPgTVhUZZ2qVE149NjHLx0oUiDIiryDe9tUEDRk81ec =" ;
1616 } ;
1717 "x86_64-darwin" = fetchurl {
1818 url = "${ gcsBase } /darwin-x64/claude" ;
19- hash = "sha256-s7ab6uRmrBt2Wb9XEOwdXnsgyEhBjMcBAZRi4JI/8OA =" ;
19+ hash = "sha256-Sp1hnN6TEB3TJ5IRzxBT25Qvl9ajI87BtXDVL0Px86k =" ;
2020 } ;
2121 "x86_64-linux" = fetchurl {
2222 url = "${ gcsBase } /linux-x64/claude" ;
23- hash = "sha256-ekplOYKwfgqBV/jTssL45EJSCrB7L6LmkroFTbuiEMk =" ;
23+ hash = "sha256-1vBybLjpS3owwkOWRSm6kTXmQsQNITTKCfX4RQcUcbQ =" ;
2424 } ;
2525 "aarch64-linux" = fetchurl {
2626 url = "${ gcsBase } /linux-arm64/claude" ;
27- hash = "sha256-eLDqWmR5MUn1UK093Py8cUcSimACQ4OfcD+1tqIZSFk =" ;
27+ hash = "sha256-aWwvKiKiM3Xp1+4mrwr/QXzUo6jLcE8k5LqcdKTHjTc =" ;
2828 } ;
2929 } ;
3030in
You can’t perform that action at this time.
0 commit comments