kpt: init at v0.31.0
This commit is contained in:
parent
6148f63603
commit
4920e2e5ad
27
pkgs/applications/networking/cluster/kpt/default.nix
Normal file
27
pkgs/applications/networking/cluster/kpt/default.nix
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
{ buildGoModule, fetchFromGitHub, lib }:
|
||||||
|
|
||||||
|
buildGoModule rec {
|
||||||
|
pname = "kpt";
|
||||||
|
version = "0.31.0";
|
||||||
|
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "GoogleContainerTools";
|
||||||
|
repo = pname;
|
||||||
|
rev = "v${version}";
|
||||||
|
sha256 = "1l5mpml6pf37b76wdq6il00k5q6rvw9ds7807m103k27p7pcqgdx";
|
||||||
|
};
|
||||||
|
|
||||||
|
vendorSha256 = "1yb6dwbnimqfamdg57vq68q853fq04qfnh3sfbjg82sd8pz8069g";
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
rm $out/bin/{mdtogo,formula}
|
||||||
|
'';
|
||||||
|
|
||||||
|
meta = with lib; {
|
||||||
|
description = "A toolkit to help you manage, manipulate, customize, and apply Kubernetes Resource configuration data files";
|
||||||
|
homepage = "https://googlecontainertools.github.io/kpt/";
|
||||||
|
license = licenses.asl20;
|
||||||
|
maintainers = with maintainers; [ mikefaille ];
|
||||||
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
|
};
|
||||||
|
}
|
@ -20803,6 +20803,8 @@ in
|
|||||||
|
|
||||||
kotatogram-desktop = qt5.callPackage ../applications/networking/instant-messengers/telegram/kotatogram-desktop { };
|
kotatogram-desktop = qt5.callPackage ../applications/networking/instant-messengers/telegram/kotatogram-desktop { };
|
||||||
|
|
||||||
|
kpt = callPackage ../applications/networking/cluster/kpt { };
|
||||||
|
|
||||||
krita = libsForQt5.callPackage ../applications/graphics/krita {
|
krita = libsForQt5.callPackage ../applications/graphics/krita {
|
||||||
openjpeg = openjpeg_1;
|
openjpeg = openjpeg_1;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user