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

kumactl: 2.6.1 -> 2.6.2
This commit is contained in:
Nick Cao 2024-03-24 10:47:15 -04:00 committed by GitHub
commit 62d5927bce
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.1";
version = "2.6.2";
tags = lib.optionals enableGateway [ "gateway" ];
src = fetchFromGitHub {
owner = "kumahq";
repo = "kuma";
rev = version;
hash = "sha256-jSBuEDnb2KHAOhOldAzpxgqnDXH1N267Axs+clpo2uo=";
hash = "sha256-BYnrDB86O2I1DliHpDU65dDbGVmzBhfus4cgb2HpPQ4=";
};
vendorHash = "sha256-gvB3e9C5KnQwvn2eJPm0WYKlKSnOO9opGikgVA3WJN0=";
vendorHash = "sha256-p3r0LXqv7X7OyDIlZKfe964fD+E+5lmrToP4rqborlo=";
# no test files
doCheck = false;