3
0
Fork 0
forked from mirrors/nixpkgs

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

cadvisor: 0.33.0 -> 0.33.1
This commit is contained in:
Renaud 2019-04-24 20:57:19 +02:00 committed by GitHub
commit f00135fd48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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