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
commit 18165d6411
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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