summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
author06kellyjac <dev@j-k.io>2021-07-09 12:02:50 +0100
committer06kellyjac <dev@j-k.io>2021-07-09 12:02:50 +0100
commit021bc5b92920d4675e88228b3dfe41d525c42432 (patch)
tree175177d2c68c506613d00ea67cf08f5c08088adf /pkgs/applications/networking/cluster
parentd90db7b8dec5c1da6622fd0f14a061175e40ba37 (diff)
downloadnixpkgs-021bc5b92920d4675e88228b3dfe41d525c42432.tar
nixpkgs-021bc5b92920d4675e88228b3dfe41d525c42432.tar.gz
nixpkgs-021bc5b92920d4675e88228b3dfe41d525c42432.tar.bz2
nixpkgs-021bc5b92920d4675e88228b3dfe41d525c42432.tar.lz
nixpkgs-021bc5b92920d4675e88228b3dfe41d525c42432.tar.xz
nixpkgs-021bc5b92920d4675e88228b3dfe41d525c42432.tar.zst
nixpkgs-021bc5b92920d4675e88228b3dfe41d525c42432.zip
kube3d: 4.4.6 -> 4.4.7
Diffstat (limited to 'pkgs/applications/networking/cluster')
-rw-r--r--pkgs/applications/networking/cluster/kube3d/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/kube3d/default.nix b/pkgs/applications/networking/cluster/kube3d/default.nix
index a7a1737c146..e565657a5cb 100644
--- a/pkgs/applications/networking/cluster/kube3d/default.nix
+++ b/pkgs/applications/networking/cluster/kube3d/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "kube3d";
-  version = "4.4.6";
+  version = "4.4.7";
 
   src = fetchFromGitHub {
     owner = "rancher";
     repo = "k3d";
     rev = "v${version}";
-    sha256 = "sha256-gId7zDrtkTjFN59yaFyeYwrDZV24hkkV+4dPr8Jr22E=";
+    sha256 = "sha256-S1vHmXUCP1ayPo3vvHAbNCqNm1ueJ0jE4NUBvg5P3MU=";
   };
 
   vendorSha256 = null;