Skip to content

Commit

Permalink
Merge pull request #223199 from r-ryantm/auto-update/kubernetes-metri…
Browse files Browse the repository at this point in the history
…cs-server

kubernetes-metrics-server: 0.6.2 -> 0.6.3
  • Loading branch information
wegank committed Mar 29, 2023
2 parents 92da71a + 21832bd commit fe1eb66
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "kubernetes-metrics-server";
version = "0.6.2";
version = "0.6.3";

src = fetchFromGitHub {
owner = "kubernetes-sigs";
repo = "metrics-server";
rev = "v${version}";
sha256 = "sha256-TTI+dNBQ/jKt6Yhud3/OO+zOkeO46CmUz6J6ByX26JE=";
sha256 = "sha256-hPI+Wq0mZ2iu4FSDpdPdGEqgFCeUdqeK5ldJCByDE4M=";
};

vendorSha256 = "sha256-lpSMvHYlPtlJQUqsdXJ6ewBEBiwLPvP/rsUgYzJhOxc=";
vendorHash = "sha256-BR9mBBH5QE3FMTNtyHfHA1ei18CIDr5Yhvg28hGbDR4=";

preCheck = ''
# the e2e test breaks the sandbox, so let's skip that
Expand Down

0 comments on commit fe1eb66

Please sign in to comment.