File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
packages/claude-code-router Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ This repository uses GitHub Actions to automatically update all packages and fla
6565#### claude-code-router
6666
6767- ** Description** : Use Claude Code without an Anthropics account and route it to another LLM provider
68- - ** Version** : 1.0.66
68+ - ** Version** : 1.0.67
6969- ** Source** : bytecode
7070- ** License** : MIT
7171- ** Homepage** : https://github.com/musistudio/claude-code-router
Original file line number Diff line number Diff line change 77
88stdenv . mkDerivation rec {
99 pname = "claude-code-router" ;
10- version = "1.0.66 " ;
10+ version = "1.0.67 " ;
1111
1212 src = fetchzip {
1313 url = "https://registry.npmjs.org/@musistudio/claude-code-router/-/claude-code-router-${ version } .tgz" ;
14- hash = "sha256-x2zouqP24Mk+JrKBU2QNwideF1F0BxAkindxj0leH+4 =" ;
14+ hash = "sha256-almmVJLO+G6X5YM3KPRh1IX1MF1PAF7NDLNJy1/8wgA =" ;
1515 } ;
1616
1717 nativeBuildInputs = [ nodejs ] ;
You can’t perform that action at this time.
0 commit comments