kube3d: correct k3s version tag
This commit is contained in:
parent
ef34994d9a
commit
cde784aaa3
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
buildGoModule rec {
|
||||
pname = "kube3d";
|
||||
version = "1.6.0";
|
||||
k3sVersion = "1.17.3+k3s1";
|
||||
k3sVersion = "1.17.3-k3s1";
|
||||
|
||||
goPackagePath = "github.com/rancher/k3d";
|
||||
|
||||
|
|
Loading…
Reference in a new issue