about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2024-04-30 18:04:45 -0300
committerGitHub <noreply@github.com>2024-04-30 18:04:45 -0300
commit290cee8b7bb57c4e7cea51a1e2489f32f32dc89f (patch)
tree7e7bb921efe8b9c567921d9b13b43c1840df55a4
parent5f4eb816d2f7d9f3319f2bf12a6bd89d35ca90e5 (diff)
parent199a01aeefb360d71bf1defc32da827ff41f376d (diff)
Merge pull request #308038 from r-ryantm/auto-update/kumactl
kumactl: 2.7.1 -> 2.7.2
-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 9a1acd4809fb7..cde60aa4f9a73 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.7.1";
+  version = "2.7.2";
   tags = lib.optionals enableGateway [ "gateway" ];
 
   src = fetchFromGitHub {
     owner = "kumahq";
     repo = "kuma";
     rev = version;
-    hash = "sha256-jTKGJe498eEI0re6gEAKW81IjAJ4VmqjetoKp8A7Cz0=";
+    hash = "sha256-Y9JejIKENIyn2EyRHXLm6CZqlP4MwvPSMRlciYl+a30=";
   };
 
   vendorHash = "sha256-ne62twZXac5GfQ8JcWElIMqc+Vpvn0Y9XSNgAtF62q0=";