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.62 " ;
9+ version = "2.1.69 " ;
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-lPgTVhUZZ2qVE149NjHLx0oUiDIiryDe9tUEDRk81ec =" ;
15+ hash = "sha256-qG4U9EsWfB6Nv3ZPdnVbkuz1LAl9cyo0Yf5ltftgvgU =" ;
1616 } ;
1717 "x86_64-darwin" = fetchurl {
1818 url = "${ gcsBase } /darwin-x64/claude" ;
19- hash = "sha256-Sp1hnN6TEB3TJ5IRzxBT25Qvl9ajI87BtXDVL0Px86k =" ;
19+ hash = "sha256-5Zh7TdUCplQr+Gw8C80dUzt3Rhb8fUlWbOCyBA5sE3Q =" ;
2020 } ;
2121 "x86_64-linux" = fetchurl {
2222 url = "${ gcsBase } /linux-x64/claude" ;
23- hash = "sha256-1vBybLjpS3owwkOWRSm6kTXmQsQNITTKCfX4RQcUcbQ =" ;
23+ hash = "sha256-s729Wjy/jKr+NTAiFw33f++oCwAAMHTU0n59qMWeYpo =" ;
2424 } ;
2525 "aarch64-linux" = fetchurl {
2626 url = "${ gcsBase } /linux-arm64/claude" ;
27- hash = "sha256-aWwvKiKiM3Xp1+4mrwr/QXzUo6jLcE8k5LqcdKTHjTc =" ;
27+ hash = "sha256-7Me78QUT/xIjJ4ZuuXISlFtzr9f4HjBwA3XN8Q9QsqM =" ;
2828 } ;
2929 } ;
3030in
You can’t perform that action at this time.
0 commit comments