3
0
Fork 0
forked from mirrors/nixpkgs

cadvisor: 0.30.2 -> 0.31.0

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 2018-09-25 06:48:02 -07:00
parent f9197b9f63
commit 67c5133f60

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 ];