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

kuma-cp: 2.7.3 -> 2.8.0
This commit is contained in:
Weijia Wang 2024-07-07 23:36:21 +02:00 committed by GitHub
commit 35428f9fb6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,17 +15,17 @@
buildGoModule rec {
inherit pname;
version = "2.7.3";
version = "2.8.0";
tags = lib.optionals enableGateway [ "gateway" ];
src = fetchFromGitHub {
owner = "kumahq";
repo = "kuma";
rev = version;
hash = "sha256-b3qQ3lFaQvkmP3HYPwQi2TxSeKmWzGbp01OCnjULJ4k=";
hash = "sha256-RMgokVN/VTri7LiPwHX/elR2oEal9pzEkzSy0tUJMsU=";
};
vendorHash = "sha256-ne62twZXac5GfQ8JcWElIMqc+Vpvn0Y9XSNgAtF62q0=";
vendorHash = "sha256-FEdDOpz6C89OlzU3Pl4Uu6P0WgM4QsuccQ9vAHnb4xI=";
# no test files
doCheck = false;