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

cadvisor: 0.30.2 -> 0.31.0
This commit is contained in:
Jörg Thalheim
2018-09-25 23:02:44 +01:00
committed by GitHub

View File

@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "cadvisor-${version}";
version = "0.30.2";
version = "0.31.0";
src = fetchFromGitHub {
owner = "google";
repo = "cadvisor";
rev = "v${version}";
sha256 = "143jsm0pbfhsa2iwkg5zanl9qxbpmsdvay5djyac4rvgl53m0wy9";
sha256 = "0dnn2vgjbbb82kvbmgrfq0hqwfk0jh5gc3xrcfqwvvq673yf4f2m";
};
nativeBuildInputs = [ go ];