cadvisor: 0.45.0 -> 0.46.0

This commit is contained in:
R. Ryantm 2022-11-09 15:50:15 +00:00
parent 872fceeed6
commit 7d2153a180

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}" ];