Merge pull request #118785 from 06kellyjac/kube3d

kube3d: correct the k3sVersion to be inline with upstream
This commit is contained in:
Sandro
2021-04-08 10:01:47 +02:00
committed by GitHub

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