From aeb4a2b5e6fccea6f8a82c76325f0f06c11a26fc Mon Sep 17 00:00:00 2001 From: 06kellyjac Date: Thu, 8 Apr 2021 08:43:43 +0100 Subject: [PATCH] kube3d: correct the k3sVersion to be inline with upstream --- 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 9616d59b69f..d0aa1029d63 100644 --- a/pkgs/applications/networking/cluster/kube3d/default.nix +++ b/pkgs/applications/networking/cluster/kube3d/default.nix @@ -1,4 +1,4 @@ -{ lib, buildGoModule, fetchFromGitHub, installShellFiles, k3sVersion ? "1.20.4-k3s1" }: +{ lib, buildGoModule, fetchFromGitHub, installShellFiles, k3sVersion ? "1.20.5-k3s1" }: buildGoModule rec { pname = "kube3d";