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

This commit is contained in:
Martin Weinelt
2022-08-05 22:54:05 +02:00
committed by GitHub
+3 -3
View File
@@ -2,18 +2,18 @@
buildGoModule rec {
pname = "cadvisor";
version = "0.44.1";
version = "0.45.0";
src = fetchFromGitHub {
owner = "google";
repo = "cadvisor";
rev = "v${version}";
sha256 = "sha256-OVUKQGP9zzlzoC/25BHNbJuP6ELstBMaRFAzUnDSR0U=";
sha256 = "sha256-hH3unhGRrB8IegVaX+j2idY0woMqzchEEXZB/ppzIf0=";
};
modRoot = "./cmd";
vendorSha256 = "sha256-LGMouB76GT/ZvG3kLoo/jmnHT0CEeND9pObTOKaS9T0=";
vendorSha256 = "sha256-Mcelh/nYFcNTrI1Kq9KqkJeSnbgJhd7HfbexhNYbPFg=";
ldflags = [ "-s" "-w" "-X github.com/google/cadvisor/version.Version=${version}" ];