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

kuma-cp: 2.7.2 -> 2.7.3
This commit is contained in:
Weijia Wang 2024-06-02 18:01:38 +02:00 committed by GitHub
commit e7e17700e5
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.7.2";
version = "2.7.3";
tags = lib.optionals enableGateway [ "gateway" ];
src = fetchFromGitHub {
owner = "kumahq";
repo = "kuma";
rev = version;
hash = "sha256-Y9JejIKENIyn2EyRHXLm6CZqlP4MwvPSMRlciYl+a30=";
hash = "sha256-b3qQ3lFaQvkmP3HYPwQi2TxSeKmWzGbp01OCnjULJ4k=";
};
vendorHash = "sha256-ne62twZXac5GfQ8JcWElIMqc+Vpvn0Y9XSNgAtF62q0=";