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:
parent
f9197b9f63
commit
67c5133f60
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "cadvisor-${version}";
|
name = "cadvisor-${version}";
|
||||||
version = "0.30.2";
|
version = "0.31.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "google";
|
owner = "google";
|
||||||
repo = "cadvisor";
|
repo = "cadvisor";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "143jsm0pbfhsa2iwkg5zanl9qxbpmsdvay5djyac4rvgl53m0wy9";
|
sha256 = "0dnn2vgjbbb82kvbmgrfq0hqwfk0jh5gc3xrcfqwvvq673yf4f2m";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ go ];
|
nativeBuildInputs = [ go ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user