cadvisor: 0.49.2 -> 0.52.0

This commit is contained in:
R. Ryantm
2025-03-05 02:48:18 +00:00
parent 4f8cf45715
commit 9a78bcc7b7
+3 -3
View File
@@ -2,18 +2,18 @@
buildGoModule rec {
pname = "cadvisor";
version = "0.49.2";
version = "0.52.0";
src = fetchFromGitHub {
owner = "google";
repo = "cadvisor";
rev = "v${version}";
hash = "sha256-V4UolB4R/QLLuiXPbzCIrtpgmLTeIuYoSZE3oAQEgn8=";
hash = "sha256-LNnL3vxt5ZEstyriRggVyLGOFim0eMT0XH4SgBaZLx0=";
};
modRoot = "./cmd";
vendorHash = "sha256-HUBGqiRqsR942FwAeVkPLzxS6JiMRaiknuZAlqT9oY4=";
vendorHash = "sha256-ttfLCPG5DFJbh0v5BUUDwdEaw7itu8qTIqxeYEowB44=";
ldflags = [ "-s" "-w" "-X github.com/google/cadvisor/version.Version=${version}" ];