about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-04-09 15:47:30 -0400
committerGitHub <noreply@github.com>2024-04-09 15:47:30 -0400
commit6e320e8d8a2bbaba00afc4b284c6f0bb3c3978d6 (patch)
treec220bc86bb0a6151c70cc4d4fa94e8c3176152ca
parent6eeb73f9ed6b4c33e6f8166de7ba0eab54ce7bf0 (diff)
parent2ce5494b4da1e0eedf7a30d48dc9d05784a69127 (diff)
Merge pull request #302856 from r-ryantm/auto-update/kumactl
kumactl: 2.6.4 -> 2.6.5
-rw-r--r--pkgs/applications/networking/cluster/kuma/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/kuma/default.nix b/pkgs/applications/networking/cluster/kuma/default.nix
index cfa6c8a1e52b1..2ae43e1efd360 100644
--- a/pkgs/applications/networking/cluster/kuma/default.nix
+++ b/pkgs/applications/networking/cluster/kuma/default.nix
@@ -15,17 +15,17 @@
 
 buildGoModule rec {
   inherit pname;
-  version = "2.6.4";
+  version = "2.6.5";
   tags = lib.optionals enableGateway [ "gateway" ];
 
   src = fetchFromGitHub {
     owner = "kumahq";
     repo = "kuma";
     rev = version;
-    hash = "sha256-SkZXrYw6Svd9RAu8CI+p+6qm2OHhEjpNiD/Xvse9jVU=";
+    hash = "sha256-gZxlbapEYrp02YSvEYBtlbRT/F0ijoF76CfZFzBbsAI=";
   };
 
-  vendorHash = "sha256-otrm8avM35/8WqjSO8V8hMAzsh51unyrMVDv4321xoY=";
+  vendorHash = "sha256-kqC6CUezPt3Uj9zuHnQYbbEP564Ki4UYmqfZedUBO38=";
 
   # no test files
   doCheck = false;