Merge pull request #305389 from r-ryantm/auto-update/kumactl

kumactl: 2.6.5 -> 2.7.1
This commit is contained in:
Weijia Wang 2024-04-27 04:07:51 +02:00 committed by GitHub
commit 475646cdfb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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;