Skip to content

Commit

Permalink
kubernetes-metrics-server: 0.6.2 -> 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Mar 26, 2023
1 parent c842de8 commit 21832bd
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 21832bd

Please sign in to comment.