Skip to content

Commit 9d532a9

Browse files
Horiodinodr-housemd
authored andcommitted
update init deps
Signed-off-by: Horiodino <holiodin@gmail.com>
1 parent a2c73d1 commit 9d532a9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cmd/init/config.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ import (
1414
var (
1515
commonDevDeps = []string{"coreutils-full@9.5", "bash@5.2.15"}
1616
commonRTDeps = []string{"cacert@3.95"}
17-
rustDeps = []string{"cargo@1.75.0"}
18-
pythonDeps = []string{"python3@3.12.2", "poetry@1.8.2"}
19-
goDeps = []string{"go@1.22.3", "gotools@0.18.0", "delve@1.22.1"}
20-
jsNpmDeps = []string{"nodejs@20.11.1"}
17+
rustDeps = []string{"cargo@1.82.0"}
18+
pythonDeps = []string{"python3@3.13.0", "poetry@1.8.4"}
19+
goDeps = []string{"go@1.23.2", "gotools@0.25.0", "delve@1.23.1"}
20+
jsNpmDeps = []string{"nodejs@23.1.0"}
2121
)
2222

2323
func generatehcl2NixConf(pt langdetect.ProjectType, pd *langdetect.ProjectDetails, baseImgName string, addCommonDeps bool, commonDepsType string) (hcl2nix.Config, error) {

0 commit comments

Comments
 (0)