Unverified Commit 760cc811 authored by K900's avatar K900 Committed by GitHub
Browse files

Merge pull request #262714 from K900/cadvisor-bump

cadvisor: unstable-2023-07-28 -> unstable-2023-10-22
parents 4ddb3fbd 207363df
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -2,18 +2,18 @@

buildGoModule rec {
  pname = "cadvisor";
  version = "unstable-2023-07-28";
  version = "unstable-2023-10-22";

  src = fetchFromGitHub {
    owner = "google";
    repo = "cadvisor";
    rev = "fdd3d9182bea6f7f11e4f934631c4abef3aa0584";
    hash = "sha256-U6oZ80EYx56FJ7VsDKzCXH4TvFEH+oPmgK/Nd8T/Zp4=";
    rev = "bf2a7fee4170e418e7ac774af7679257fe26dc69";
    hash = "sha256-wf5TtUmBC8ikpaUp3KLs8rBMunFPevNYYoactudHMsU=";
  };

  modRoot = "./cmd";

  vendorHash = "sha256-hvgObwmNKk6yTJSyEHuHZ5abuXGPwPC42xUSAAF8UA0=";
  vendorHash = "sha256-LEtiJC3L6Q7MZH2gvpR9y2Zn9vig+9mWlRyVuKY3rsA=";

  ldflags = [ "-s" "-w" "-X github.com/google/cadvisor/version.Version=${version}" ];