about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-04-27 04:07:51 +0200
committerGitHub <noreply@github.com>2024-04-27 04:07:51 +0200
commit475646cdfb6be776386537ae629471ebfe628014 (patch)
tree5a0d1ecd797a36eb744349a78a8ec60d2c0a240f /pkgs
parent374380dba6d25f309756e62f000f6e09c32c0aa4 (diff)
parent386ff48014308a7d0859db34844bf2520d57c9b3 (diff)
Merge pull request #305389 from r-ryantm/auto-update/kumactl
kumactl: 2.6.5 -> 2.7.1
Diffstat (limited to 'pkgs')
-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 2ae43e1efd360..9a1acd4809fb7 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.5";
+  version = "2.7.1";
   tags = lib.optionals enableGateway [ "gateway" ];
 
   src = fetchFromGitHub {
     owner = "kumahq";
     repo = "kuma";
     rev = version;
-    hash = "sha256-gZxlbapEYrp02YSvEYBtlbRT/F0ijoF76CfZFzBbsAI=";
+    hash = "sha256-jTKGJe498eEI0re6gEAKW81IjAJ4VmqjetoKp8A7Cz0=";
   };
 
-  vendorHash = "sha256-kqC6CUezPt3Uj9zuHnQYbbEP564Ki4UYmqfZedUBO38=";
+  vendorHash = "sha256-ne62twZXac5GfQ8JcWElIMqc+Vpvn0Y9XSNgAtF62q0=";
 
   # no test files
   doCheck = false;