summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-12-08 08:02:15 -0500
committerGitHub <noreply@github.com>2020-12-08 08:02:15 -0500
commit833712829620afd6ebd901c3a4739689e7e6e480 (patch)
tree43ac356f449fcc8017e115869d4f1b619a507612 /pkgs/applications/networking/cluster
parentd35b635628c417dd1f46f6a9d26e4b3be98c0a1b (diff)
parent4f1ece1b2c50a7134c962cac4027e359168101d2 (diff)
Merge pull request #106170 from 06kellyjac/kube3d
kube3d: 3.3.0 -> 3.4.0
Diffstat (limited to 'pkgs/applications/networking/cluster')
-rw-r--r--pkgs/applications/networking/cluster/kube3d/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/kube3d/default.nix b/pkgs/applications/networking/cluster/kube3d/default.nix
index 9163347d7b22..a97bf509fe46 100644
--- a/pkgs/applications/networking/cluster/kube3d/default.nix
+++ b/pkgs/applications/networking/cluster/kube3d/default.nix
@@ -1,11 +1,11 @@
{ lib, buildGoModule, fetchFromGitHub, installShellFiles }:
let
- k3sVersion = "1.19.3-k3s3";
+ k3sVersion = "1.19.4-k3s1";
in
buildGoModule rec {
pname = "kube3d";
- version = "3.3.0";
+ version = "3.4.0";
excludedPackages = "tools";
@@ -13,7 +13,7 @@ buildGoModule rec {
owner = "rancher";
repo = "k3d";
rev = "v${version}";
- sha256 = "1pq5x4fyn98f01mzfjv335gx29c61zd85qc5vhx9rk27hi825ima";
+ sha256 = "1fisbzv786n841pagy7zbanll7k1g5ib805j9azs2s30cfhvi08b";
};
vendorSha256 = null;