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

cadvisor: 0.45.0 -> 0.46.0

authored by Mario Rodas and committed by GitHub 76cd8487 087053fa

+3 -3
+3 -3
pkgs/servers/monitoring/cadvisor/default.nix
··· 2 3 buildGoModule rec { 4 pname = "cadvisor"; 5 - version = "0.45.0"; 6 7 src = fetchFromGitHub { 8 owner = "google"; 9 repo = "cadvisor"; 10 rev = "v${version}"; 11 - sha256 = "sha256-hH3unhGRrB8IegVaX+j2idY0woMqzchEEXZB/ppzIf0="; 12 }; 13 14 modRoot = "./cmd"; 15 16 - vendorSha256 = "sha256-Mcelh/nYFcNTrI1Kq9KqkJeSnbgJhd7HfbexhNYbPFg="; 17 18 ldflags = [ "-s" "-w" "-X github.com/google/cadvisor/version.Version=${version}" ]; 19
··· 2 3 buildGoModule rec { 4 pname = "cadvisor"; 5 + version = "0.46.0"; 6 7 src = fetchFromGitHub { 8 owner = "google"; 9 repo = "cadvisor"; 10 rev = "v${version}"; 11 + sha256 = "sha256-ciGj8SK7OgK3x8Njih4aIQ0vvNV9s5/w2i+DF/vw1O8="; 12 }; 13 14 modRoot = "./cmd"; 15 16 + vendorSha256 = "sha256-dg+osxsxdJ8Tg++wdd4L6FMjiPLLFQj0NXb2aSC7vQg="; 17 18 ldflags = [ "-s" "-w" "-X github.com/google/cadvisor/version.Version=${version}" ]; 19