Merge pull request from r-ryantm/auto-update/cadvisor

cadvisor: 0.45.0 -> 0.46.0
This commit is contained in:
Mario Rodas 2022-11-11 08:50:21 -05:00 committed by GitHub
commit 76cd8487dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,18 +2,18 @@
buildGoModule rec {
pname = "cadvisor";
version = "0.45.0";
version = "0.46.0";
src = fetchFromGitHub {
owner = "google";
repo = "cadvisor";
rev = "v${version}";
sha256 = "sha256-hH3unhGRrB8IegVaX+j2idY0woMqzchEEXZB/ppzIf0=";
sha256 = "sha256-ciGj8SK7OgK3x8Njih4aIQ0vvNV9s5/w2i+DF/vw1O8=";
};
modRoot = "./cmd";
vendorSha256 = "sha256-Mcelh/nYFcNTrI1Kq9KqkJeSnbgJhd7HfbexhNYbPFg=";
vendorSha256 = "sha256-dg+osxsxdJ8Tg++wdd4L6FMjiPLLFQj0NXb2aSC7vQg=";
ldflags = [ "-s" "-w" "-X github.com/google/cadvisor/version.Version=${version}" ];