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

cadvisor: 0.29.1 -> 0.30.2
This commit is contained in:
Jörg Thalheim 2018-08-09 07:39:35 +01:00 committed by GitHub
commit 33247bce39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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