summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/cluster/kuma/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/cluster/kuma/default.nix')
-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 b6d1ac477596..ccd933e4ad51 100644
--- a/pkgs/applications/networking/cluster/kuma/default.nix
+++ b/pkgs/applications/networking/cluster/kuma/default.nix
@@ -16,15 +16,15 @@
buildGoModule rec {
inherit pname ;
- version = "1.4.1";
+ version = "1.5.0";
tags = lib.optionals enableGateway ["gateway"];
- vendorSha256 = "sha256-9v+ti/JTAF4TLZ0uvzFvrB0YBnRD2E0Q6K2yicEX3Zw=";
+ vendorSha256 = "sha256-ND1OTa37bxUNLDHceKdgiGE4LkEgBu9NmwuXtE4pZWk=";
src = fetchFromGitHub {
owner = "kumahq";
repo = "kuma";
rev = version;
- sha256 = "sha256-zx4rohkv6jm2abtd0I/uQMITkCuhY3StHMKoaTxce0Q=";
+ sha256 = "sha256-CnL+OQfM1lamdCRHTLRmgpwfEfC7C9TX6UEF75bsOsQ=";
};
doCheck = false;