kube3d: correct k3s version tag

This commit is contained in:
ngerstle 2020-03-05 00:31:01 +01:00
parent ef34994d9a
commit cde784aaa3

View file

@ -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";