kubectl-linstor: init at 0.3.1 (#370315)
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
{
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
buildGoModule,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "kubectl-linstor";
|
||||
version = "0.3.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "piraeusdatastore";
|
||||
repo = "kubectl-linstor";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-1wXhrnQlOIg2mJi6DhHGcb+OxSblDq+V95pZ5bl72R4=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-3PnXB8AfZtgmYEPJuh0fwvG38dtngoS/lxyx3H+rvFs=";
|
||||
|
||||
passthru = {
|
||||
updateScript = nix-update-script { };
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Plugin to control a LINSTOR cluster using kubectl";
|
||||
homepage = "https://github.com/piraeusdatastore/kubectl-linstor";
|
||||
changelog = "https://github.com/piraeusdatastore/kubectl-linstor/releases/tag/v${version}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ genga898 ];
|
||||
mainProgram = "kubectl-linstor";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user