cni: 0.6.0 -> 0.7.0

https://github.com/containernetworking/cni/releases/tag/v0.7.0
This commit is contained in:
Will Dietz 2019-06-01 01:17:24 -05:00
parent 1af13e8aad
commit a52a89c266
No known key found for this signature in database
GPG Key ID: EBB0EA4124809D02

View File

@ -2,13 +2,13 @@
buildGoPackage rec {
name = "cni-${version}";
version = "0.6.0";
version = "0.7.0";
src = fetchFromGitHub {
owner = "containernetworking";
repo = "cni";
rev = "v${version}";
sha256 = "00ajs2r5r2z3l0vqwxrcwhjfc9px12qbcv5vnvs2mdipvvls1y2y";
sha256 = "15ad323dw44k82bfx9r8w5q2kn7jix60p9v4ciyzx2p5pip36wp8";
};
goPackagePath = "github.com/containernetworking/cni";