Merge pull request #326107 from r-ryantm/auto-update/kuma-experimental

kuma-experimental: 2.8.0 -> 2.8.1
This commit is contained in:
Masum Reza 2024-07-10 22:07:38 +05:30 committed by GitHub
commit 16a8297ae3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,14 +15,14 @@
buildGoModule rec {
inherit pname;
version = "2.8.0";
version = "2.8.1";
tags = lib.optionals enableGateway [ "gateway" ];
src = fetchFromGitHub {
owner = "kumahq";
repo = "kuma";
rev = version;
hash = "sha256-RMgokVN/VTri7LiPwHX/elR2oEal9pzEkzSy0tUJMsU=";
hash = "sha256-k4XqFwpHlm6BmFORqc1IFGqbfLYqtHwLM2eSF3JV+0M=";
};
vendorHash = "sha256-FEdDOpz6C89OlzU3Pl4Uu6P0WgM4QsuccQ9vAHnb4xI=";