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 { buildGoModule rec {
inherit pname; inherit pname;
version = "2.12.0"; version = "2.12.1";
tags = lib.optionals enableGateway [ "gateway" ]; tags = lib.optionals enableGateway [ "gateway" ];
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "kumahq"; owner = "kumahq";
repo = "kuma"; repo = "kuma";
tag = version; tag = version;
hash = "sha256-5syQFcYBY/xKipIsAJdjVrXYXt7NNjjCeXiDVNO9NTo="; hash = "sha256-9s89fiBFIP6azB1SDCZkTlQWAQ2C6htQXRMvyWrNch0=";
}; };
vendorHash = "sha256-KgZYKopW+FOdwBIGxa2RLiEbefZ/1vAhcsWtcYhgdFs="; vendorHash = "sha256-KgZYKopW+FOdwBIGxa2RLiEbefZ/1vAhcsWtcYhgdFs=";