1 { lib, fetchFromGitHub, buildGoModule }:
7 src = fetchFromGitHub {
8 owner = "containernetworking";
11 hash = "sha256-ocSc1fhbBB8YRxVVOvYMombOOkLMdfv9V4GYbf8kwIE=";
14 vendorHash = "sha256-/aPx8NgGkJ1irU0LGzmYTlsiX2U5or24Vl1PGHWuDyE=";
20 ldflags = [ "-s" "-w" ];
23 description = "Container Network Interface - networking for Linux containers";
24 mainProgram = "cnitool";
25 license = licenses.asl20;
26 homepage = "https://github.com/containernetworking/cni";
27 maintainers = with maintainers; [ offline vdemeester ];
28 platforms = [ "x86_64-linux" "aarch64-linux" ];