kumactl: 2.6.1 -> 2.6.2

This commit is contained in:
R. Ryantm 2024-03-24 09:08:04 +00:00
parent 2a3616e0e0
commit c9d101f526
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;