Merge pull request #36502 from ryantm/auto-update/cni

cni: 0.5.2 -> 0.6.0
This commit is contained in:
Joachim F 2018-03-14 19:46:38 +00:00 committed by GitHub
commit b703011d4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "cni-${version}";
version = "0.5.2";
version = "0.6.0";
src = fetchFromGitHub {
owner = "containernetworking";
repo = "cni";
rev = "v${version}";
sha256 = "0n2sc5xf1h0i54am80kj7imrvawddn0kxvgi65w0194dpmyrg5al";
sha256 = "00ajs2r5r2z3l0vqwxrcwhjfc9px12qbcv5vnvs2mdipvvls1y2y";
};
buildInputs = [ go ];