Unverified Commit 26685837 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #334062 from r-ryantm/auto-update/kube-router

kube-router: 2.2.0 -> 2.2.1
parents 730aa60b f044d040
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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=";