cadvisor: 0.46.0 -> unstable-2023-07-28

Diff: https://github.com/google/cadvisor/compare/v0.46.0...fdd3d9182bea6f7f11e4f934631c4abef3aa0584
This commit is contained in:
Nick Cao 2023-07-30 09:19:38 +08:00
parent acedeab236
commit a8806a8a5b
No known key found for this signature in database

View File

@ -2,18 +2,18 @@
buildGoModule rec {
pname = "cadvisor";
version = "0.46.0";
version = "unstable-2023-07-28";
src = fetchFromGitHub {
owner = "google";
repo = "cadvisor";
rev = "v${version}";
sha256 = "sha256-ciGj8SK7OgK3x8Njih4aIQ0vvNV9s5/w2i+DF/vw1O8=";
rev = "fdd3d9182bea6f7f11e4f934631c4abef3aa0584";
hash = "sha256-U6oZ80EYx56FJ7VsDKzCXH4TvFEH+oPmgK/Nd8T/Zp4=";
};
modRoot = "./cmd";
vendorSha256 = "sha256-dg+osxsxdJ8Tg++wdd4L6FMjiPLLFQj0NXb2aSC7vQg=";
vendorHash = "sha256-hvgObwmNKk6yTJSyEHuHZ5abuXGPwPC42xUSAAF8UA0=";
ldflags = [ "-s" "-w" "-X github.com/google/cadvisor/version.Version=${version}" ];
@ -22,10 +22,6 @@ buildGoModule rec {
rm $out/bin/example
'';
preCheck = ''
rm internal/container/mesos/handler_test.go
'';
meta = with lib; {
description = "Analyzes resource usage and performance characteristics of running docker containers";
homepage = "https://github.com/google/cadvisor";