kube3d: correct the k3sVersion to be inline with upstream
This commit is contained in:
parent
e4d3ea862a
commit
aeb4a2b5e6
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user