about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-08-02 21:16:28 -0400
committerGitHub <noreply@github.com>2023-08-02 21:16:28 -0400
commitc750aabcf031db350fd6fd4b7a1194a175e07ec8 (patch)
tree7481462fd66d7b40c57b1f483b4fa3dd0dff1fcb /pkgs/applications/networking
parent3c5e32c2e48ec54f62f07ef2d937324431eba6c3 (diff)
parente587649fd4e811cd16f8f3699ac0c8c863616061 (diff)
Merge pull request #246855 from r-ryantm/auto-update/kubecfg
kubecfg: 0.31.4 -> 0.32.0
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/cluster/kubecfg/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/kubecfg/default.nix b/pkgs/applications/networking/cluster/kubecfg/default.nix
index c2ddfda064185..c19344a4599c7 100644
--- a/pkgs/applications/networking/cluster/kubecfg/default.nix
+++ b/pkgs/applications/networking/cluster/kubecfg/default.nix
@@ -6,16 +6,16 @@
 
 buildGoModule rec {
   pname = "kubecfg";
-  version = "0.31.4";
+  version = "0.32.0";
 
   src = fetchFromGitHub {
     owner = "kubecfg";
     repo = "kubecfg";
     rev = "v${version}";
-    hash = "sha256-1hjSuHGZ7NTsYLeV9Cw3wP5tUdAHRSmGlKkL54G/09U=";
+    hash = "sha256-qjXc/2QY0PukvhiudukZGhBkovQMutsLg3Juxg1mgTc=";
   };
 
-  vendorHash = "sha256-0cpb5thhTJ7LPOYSd4WSPnS9OTXU608nk8xX5bsAm5w=";
+  vendorHash = "sha256-9kVFOEMFjix2WRwGi0jWHPagzXkISucGHmd88vcBJfk=";
 
   ldflags = [
     "-s"