kube3d: correct the k3sVersion to be inline with upstream

This commit is contained in:
06kellyjac 2021-04-08 08:43:43 +01:00
parent e4d3ea862a
commit aeb4a2b5e6

View file

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