From cde784aaa383e95e8370bf23db47c5bf97e226d8 Mon Sep 17 00:00:00 2001 From: ngerstle Date: Thu, 5 Mar 2020 00:31:01 +0100 Subject: [PATCH] kube3d: correct k3s version tag --- pkgs/applications/networking/cluster/kube3d/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/cluster/kube3d/default.nix b/pkgs/applications/networking/cluster/kube3d/default.nix index c34065bb22c..2eea6adb28d 100644 --- a/pkgs/applications/networking/cluster/kube3d/default.nix +++ b/pkgs/applications/networking/cluster/kube3d/default.nix @@ -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";