kumactl: 2.6.5 -> 2.7.1

This commit is contained in:
R. Ryantm 2024-04-25 08:26:38 +00:00
parent 5dd187f3b7
commit 386ff48014
1 changed files with 3 additions and 3 deletions

View File

@ -15,17 +15,17 @@
buildGoModule rec {
inherit pname;
version = "2.6.5";
version = "2.7.1";
tags = lib.optionals enableGateway [ "gateway" ];
src = fetchFromGitHub {
owner = "kumahq";
repo = "kuma";
rev = version;
hash = "sha256-gZxlbapEYrp02YSvEYBtlbRT/F0ijoF76CfZFzBbsAI=";
hash = "sha256-jTKGJe498eEI0re6gEAKW81IjAJ4VmqjetoKp8A7Cz0=";
};
vendorHash = "sha256-kqC6CUezPt3Uj9zuHnQYbbEP564Ki4UYmqfZedUBO38=";
vendorHash = "sha256-ne62twZXac5GfQ8JcWElIMqc+Vpvn0Y9XSNgAtF62q0=";
# no test files
doCheck = false;