kube-router: 2.1.3 -> 2.2.0

This commit is contained in:
R. Ryantm 2024-08-04 01:38:01 +00:00
parent 54770984fc
commit 72a0094fb8

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "kube-router";
version = "2.1.3";
version = "2.2.0";
src = fetchFromGitHub {
owner = "cloudnativelabs";
repo = pname;
rev = "v${version}";
hash = "sha256-H+jPHf7sMrMlqLWa3L34U8nbBgqeX+MqChiuSsVdx6A=";
hash = "sha256-tEeqenOJVpwFGBS3iYlVdedNo02NV9/jtGsgrquV+0I=";
};
vendorHash = "sha256-BrpjG9DhDQSsbeJ+1MRAwXyKVULK3KHjvLydduTb024=";
vendorHash = "sha256-sIWRODIV3iJ5FdVjVwesqfbYivOlqZAvPSYa38vhCMA=";
CGO_ENABLED = 0;