about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-04-06 11:22:31 -0400
committerGitHub <noreply@github.com>2024-04-06 11:22:31 -0400
commita1d4df052c9451489b293adc2426d7f8f9cf93d9 (patch)
tree09e8b7887ad73a374042cc08c635dbdb71a2bc0d /pkgs/applications/networking
parent2d3a71775d73b9a4ddfc8da6ea609a09e0eb3551 (diff)
parent1e98aa3c882dbb7a250e450a29f93ad149afc5ab (diff)
Merge pull request #302027 from r-ryantm/auto-update/kuma
kuma: 2.6.3 -> 2.6.4
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/cluster/kuma/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/kuma/default.nix b/pkgs/applications/networking/cluster/kuma/default.nix
index d8da50b9f524f..cfa6c8a1e52b1 100644
--- a/pkgs/applications/networking/cluster/kuma/default.nix
+++ b/pkgs/applications/networking/cluster/kuma/default.nix
@@ -15,14 +15,14 @@
 
 buildGoModule rec {
   inherit pname;
-  version = "2.6.3";
+  version = "2.6.4";
   tags = lib.optionals enableGateway [ "gateway" ];
 
   src = fetchFromGitHub {
     owner = "kumahq";
     repo = "kuma";
     rev = version;
-    hash = "sha256-m/mCnX/VFUPd3+DY+7znes55myIiJ8+T51NPcgWOiZc=";
+    hash = "sha256-SkZXrYw6Svd9RAu8CI+p+6qm2OHhEjpNiD/Xvse9jVU=";
   };
 
   vendorHash = "sha256-otrm8avM35/8WqjSO8V8hMAzsh51unyrMVDv4321xoY=";