kumactl: 2.11.0 -> 2.11.1

This commit is contained in:
R. Ryantm
2025-06-25 12:42:31 +00:00
parent e23bbe3b8f
commit 2612a34a6d
@@ -16,14 +16,14 @@
buildGoModule rec {
inherit pname;
version = "2.11.0";
version = "2.11.1";
tags = lib.optionals enableGateway [ "gateway" ];
src = fetchFromGitHub {
owner = "kumahq";
repo = "kuma";
tag = version;
hash = "sha256-NXhBwbazoi3DONWf5tuKKnXrIBHZ/lyL5BQE6yCGQ+Y=";
hash = "sha256-OOuGPVDuCwUhKr2K1sXs4hMWlOqGkXuBXj20ffwhCco=";
};
vendorHash = "sha256-hq+n9nTSf7LDMvlttTmk59pZQaJJIRlqwOSBtMJKPfc=";