kuma: 2.6.3 -> 2.6.4

This commit is contained in:
R. Ryantm 2024-04-06 07:27:23 +00:00
parent f6eb921406
commit 1e98aa3c88
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=";