summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-04-06 07:27:23 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-04-06 07:27:23 +0000
commit1e98aa3c882dbb7a250e450a29f93ad149afc5ab (patch)
tree5c23ec6b1601d74d37c3afb16a0b80606e0737bf /pkgs/applications/networking/cluster
parentf6eb921406a79870e1c41b9b629d87a7b46711e2 (diff)
kuma: 2.6.3 -> 2.6.4
Diffstat (limited to 'pkgs/applications/networking/cluster')
-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 d8da50b9f524..cfa6c8a1e52b 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=";