kuma-cp: 2.5.1 -> 2.6.1

This commit is contained in:
R. Ryantm 2024-02-19 23:47:36 +00:00
parent 6021282979
commit ad52ea800b

View file

@ -15,17 +15,17 @@
buildGoModule rec { buildGoModule rec {
inherit pname; inherit pname;
version = "2.5.1"; version = "2.6.1";
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-7r5nD4m8qxU5C/Q3aT+MWXk6FbBNqsMQxV3sXcd34Lw="; hash = "sha256-jSBuEDnb2KHAOhOldAzpxgqnDXH1N267Axs+clpo2uo=";
}; };
vendorHash = "sha256-pyjfTqUhfcuHshLzH5q/gA+HLQuqgZ4Tbgw40OcRQwg="; vendorHash = "sha256-gvB3e9C5KnQwvn2eJPm0WYKlKSnOO9opGikgVA3WJN0=";
# no test files # no test files
doCheck = false; doCheck = false;