cri-tools: nixpkgs-fmt
This commit is contained in:
parent
56cc125368
commit
786bfe0c27
@ -4,20 +4,20 @@ buildGoPackage
|
||||
rec {
|
||||
pname = "cri-tools";
|
||||
version = "1.14.0";
|
||||
src = fetchFromGitHub {
|
||||
owner = "kubernetes-incubator";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "0v5i7shbn7b6av1d2z6r5czyjdll9i7xim9975lpnz1136xb6li7";
|
||||
};
|
||||
src = fetchFromGitHub {
|
||||
owner = "kubernetes-incubator";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "0v5i7shbn7b6av1d2z6r5czyjdll9i7xim9975lpnz1136xb6li7";
|
||||
};
|
||||
|
||||
goPackagePath = "github.com/kubernetes-incubator/cri-tools";
|
||||
subPackages = [ "cmd/crictl" "cmd/critest" ];
|
||||
goPackagePath = "github.com/kubernetes-incubator/cri-tools";
|
||||
subPackages = [ "cmd/crictl" "cmd/critest" ];
|
||||
|
||||
meta = {
|
||||
description = "CLI and validation tools for Kubelet Container Runtime Interface (CRI)";
|
||||
homepage = https://github.com/kubernetes-sigs/cri-tools;
|
||||
license = lib.licenses.asl20;
|
||||
};
|
||||
}
|
||||
meta = {
|
||||
description = "CLI and validation tools for Kubelet Container Runtime Interface (CRI)";
|
||||
homepage = https://github.com/kubernetes-sigs/cri-tools;
|
||||
license = lib.licenses.asl20;
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user