kuma-cp: 2.8.2 -> 2.8.3

This commit is contained in:
R. Ryantm 2024-09-03 13:58:17 +00:00
parent eadea83adb
commit 38a04a864d

View File

@ -15,17 +15,17 @@
buildGoModule rec { buildGoModule rec {
inherit pname; inherit pname;
version = "2.8.2"; version = "2.8.3";
tags = lib.optionals enableGateway [ "gateway" ]; tags = lib.optionals enableGateway [ "gateway" ];
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "kumahq"; owner = "kumahq";
repo = "kuma"; repo = "kuma";
rev = version; rev = version;
hash = "sha256-znjOMegh0lgFDonUXtRfs+1ZMN5Olzz01E2tX+tRcns="; hash = "sha256-wGEO7DJLWy/d6SYsTb8EZhF9c1ptYBXDL/Owter4nfo=";
}; };
vendorHash = "sha256-FEdDOpz6C89OlzU3Pl4Uu6P0WgM4QsuccQ9vAHnb4xI="; vendorHash = "sha256-PAW2Byzz6Ky4I51QrJoNoyn1QH/i0SeU2dDHvj2BqXM=";
# no test files # no test files
doCheck = false; doCheck = false;