cadvisor: 0.32.0 -> 0.33.0 (#56606)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cadvisor/versions
This commit is contained in:
R. RyanTM 2019-03-15 13:20:35 -07:00 committed by xeji
parent a4fb42f513
commit 1dbf1e4e27

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "cadvisor-${version}";
version = "0.32.0";
version = "0.33.0";
src = fetchFromGitHub {
owner = "google";
repo = "cadvisor";
rev = "v${version}";
sha256 = "1li2qgfi4lfa2i1m7ykjxy1xm9hlq42fgdkb2wh2db9chyg5r4qp";
sha256 = "14v4xjycr34kvilidhhavc8yvhkxb7mxc9qd56jd1x2c42lfna8k";
};
nativeBuildInputs = [ go ];