kube-router: 1.5.1 -> 1.5.3

This commit is contained in:
R. Ryantm 2022-11-22 08:45:46 +00:00
parent 2ea79e0fe4
commit f26a48275e

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "kube-router";
version = "1.5.1";
version = "1.5.3";
src = fetchFromGitHub {
owner = "cloudnativelabs";
repo = pname;
rev = "v${version}";
sha256 = "sha256-J/wQyrEEdBki8bq1Qesgu4Kqj2w33zzvEEOecFdiGak=";
sha256 = "sha256-aO72wvq31kue75IKfEByhKxUwSSGGmPLzHDBSvTChTM=";
};
vendorSha256 = "sha256-+3uTIaXuiwbU0fUgn2th4RNDQ5gCDi3ntPMu92S+mXc=";