kuma: 2.12.0 -> 2.12.1

This commit is contained in:
R. Ryantm
2025-10-17 07:29:43 +00:00
parent 5d1f6df5e1
commit b9562bb8f9

View File

@@ -17,14 +17,14 @@
buildGoModule rec {
inherit pname;
version = "2.12.0";
version = "2.12.1";
tags = lib.optionals enableGateway [ "gateway" ];
src = fetchFromGitHub {
owner = "kumahq";
repo = "kuma";
tag = version;
hash = "sha256-5syQFcYBY/xKipIsAJdjVrXYXt7NNjjCeXiDVNO9NTo=";
hash = "sha256-9s89fiBFIP6azB1SDCZkTlQWAQ2C6htQXRMvyWrNch0=";
};
vendorHash = "sha256-KgZYKopW+FOdwBIGxa2RLiEbefZ/1vAhcsWtcYhgdFs=";