cni: 0.7.0 -> 0.7.1
https://github.com/containernetworking/cni/releases/tag/v0.7.1
This commit is contained in:
parent
d8b7b590c7
commit
7448089fd6
@ -1,18 +1,19 @@
|
|||||||
{ stdenv, fetchFromGitHub, buildGoPackage }:
|
{ lib, fetchFromGitHub, buildGoPackage }:
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "cni";
|
pname = "cni";
|
||||||
version = "0.7.0";
|
version = "0.7.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "containernetworking";
|
owner = "containernetworking";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "15ad323dw44k82bfx9r8w5q2kn7jix60p9v4ciyzx2p5pip36wp8";
|
sha256 = "02qn1br8164d99978acalisy1sx294g1axnii4yh1wji0fc735xz";
|
||||||
};
|
};
|
||||||
|
|
||||||
goPackagePath = "github.com/containernetworking/cni";
|
goPackagePath = "github.com/containernetworking/cni";
|
||||||
meta = with stdenv.lib; {
|
|
||||||
|
meta = with lib; {
|
||||||
description = "Container Network Interface - networking for Linux containers";
|
description = "Container Network Interface - networking for Linux containers";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
homepage = "https://github.com/containernetworking/cni";
|
homepage = "https://github.com/containernetworking/cni";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user