cadvisor: unstable-2023-10-22 -> 0.49.1 (#345882)

This commit is contained in:
K900
2024-10-02 17:43:16 +03:00
committed by GitHub
+4 -4
View File
@@ -2,18 +2,18 @@
buildGoModule rec {
pname = "cadvisor";
version = "unstable-2023-10-22";
version = "0.49.1";
src = fetchFromGitHub {
owner = "google";
repo = "cadvisor";
rev = "bf2a7fee4170e418e7ac774af7679257fe26dc69";
hash = "sha256-wf5TtUmBC8ikpaUp3KLs8rBMunFPevNYYoactudHMsU=";
rev = "v${version}";
hash = "sha256-Hr9L9cewJN1ibh+6L0XhxxNAH4U8TrK+j7YBjS6FzZc=";
};
modRoot = "./cmd";
vendorHash = "sha256-LEtiJC3L6Q7MZH2gvpR9y2Zn9vig+9mWlRyVuKY3rsA=";
vendorHash = "sha256-9h+W+zuwxlpkBaCpk1otrBrwfyitfGLViOcZRpKB3uU=";
ldflags = [ "-s" "-w" "-X github.com/google/cadvisor/version.Version=${version}" ];