kuma-cp: 2.8.2 -> 2.8.3 (#339254)

This commit is contained in:
Weijia Wang
2024-09-11 00:52:28 +02:00
committed by GitHub
@@ -15,17 +15,17 @@
buildGoModule rec {
inherit pname;
version = "2.8.2";
version = "2.8.3";
tags = lib.optionals enableGateway [ "gateway" ];
src = fetchFromGitHub {
owner = "kumahq";
repo = "kuma";
rev = version;
hash = "sha256-znjOMegh0lgFDonUXtRfs+1ZMN5Olzz01E2tX+tRcns=";
hash = "sha256-wGEO7DJLWy/d6SYsTb8EZhF9c1ptYBXDL/Owter4nfo=";
};
vendorHash = "sha256-FEdDOpz6C89OlzU3Pl4Uu6P0WgM4QsuccQ9vAHnb4xI=";
vendorHash = "sha256-PAW2Byzz6Ky4I51QrJoNoyn1QH/i0SeU2dDHvj2BqXM=";
# no test files
doCheck = false;