kumactl: 2.6.4 -> 2.6.5

This commit is contained in:
R. Ryantm 2024-04-09 15:14:01 +00:00
parent c81c241415
commit 2ce5494b4d
1 changed files with 3 additions and 3 deletions

View File

@ -15,17 +15,17 @@
buildGoModule rec {
inherit pname;
version = "2.6.4";
version = "2.6.5";
tags = lib.optionals enableGateway [ "gateway" ];
src = fetchFromGitHub {
owner = "kumahq";
repo = "kuma";
rev = version;
hash = "sha256-SkZXrYw6Svd9RAu8CI+p+6qm2OHhEjpNiD/Xvse9jVU=";
hash = "sha256-gZxlbapEYrp02YSvEYBtlbRT/F0ijoF76CfZFzBbsAI=";
};
vendorHash = "sha256-otrm8avM35/8WqjSO8V8hMAzsh51unyrMVDv4321xoY=";
vendorHash = "sha256-kqC6CUezPt3Uj9zuHnQYbbEP564Ki4UYmqfZedUBO38=";
# no test files
doCheck = false;