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

kuma: 2.6.3 -> 2.6.4
This commit is contained in:
Nick Cao 2024-04-06 11:22:31 -04:00 committed by GitHub
commit a1d4df052c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -15,14 +15,14 @@
buildGoModule rec {
inherit pname;
version = "2.6.3";
version = "2.6.4";
tags = lib.optionals enableGateway [ "gateway" ];
src = fetchFromGitHub {
owner = "kumahq";
repo = "kuma";
rev = version;
hash = "sha256-m/mCnX/VFUPd3+DY+7znes55myIiJ8+T51NPcgWOiZc=";
hash = "sha256-SkZXrYw6Svd9RAu8CI+p+6qm2OHhEjpNiD/Xvse9jVU=";
};
vendorHash = "sha256-otrm8avM35/8WqjSO8V8hMAzsh51unyrMVDv4321xoY=";