kube-router: 2.2.0 -> 2.2.1

This commit is contained in:
R. Ryantm 2024-08-12 05:32:26 +00:00
parent d1c8738267
commit f044d04013

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "kube-router";
version = "2.2.0";
version = "2.2.1";
src = fetchFromGitHub {
owner = "cloudnativelabs";
repo = pname;
rev = "v${version}";
hash = "sha256-tEeqenOJVpwFGBS3iYlVdedNo02NV9/jtGsgrquV+0I=";
hash = "sha256-Pm/CrB/RxCvEhNdCyfI7kF62cxpx96Cj2zWmW0wl5wM=";
};
vendorHash = "sha256-sIWRODIV3iJ5FdVjVwesqfbYivOlqZAvPSYa38vhCMA=";