qbec: init at 0.7.5
This commit is contained in:
parent
0c457cb348
commit
a0f7cd0997
22
pkgs/applications/networking/cluster/qbec/default.nix
Normal file
22
pkgs/applications/networking/cluster/qbec/default.nix
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
{ lib, buildGoModule, fetchFromGitHub }:
|
||||||
|
|
||||||
|
buildGoModule rec {
|
||||||
|
pname = "qbec";
|
||||||
|
version = "0.7.5";
|
||||||
|
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "splunk";
|
||||||
|
repo = "qbec";
|
||||||
|
rev = "v${version}";
|
||||||
|
sha256 = "1q3rbxih4fn0zv8dni5dxb3pq840spplfy08x941najqfgflv9gb";
|
||||||
|
};
|
||||||
|
|
||||||
|
modSha256 = "0s1brqvzm1ghhqb46aqfj0lpnaq76rav0hwwb82ccw8h7052y4jn";
|
||||||
|
|
||||||
|
meta = with lib; {
|
||||||
|
description = "Configure kubernetes objects on multiple clusters using jsonnet https://qbec.io";
|
||||||
|
homepage = https://github.com/splunk/qbec;
|
||||||
|
license = licenses.asl20;
|
||||||
|
maintainers = with maintainers; [ groodt ];
|
||||||
|
};
|
||||||
|
}
|
@ -19601,6 +19601,8 @@ in
|
|||||||
|
|
||||||
qtcurve = libsForQt5.callPackage ../misc/themes/qtcurve {};
|
qtcurve = libsForQt5.callPackage ../misc/themes/qtcurve {};
|
||||||
|
|
||||||
|
qbec = callPackage ../applications/networking/cluster/qbec { };
|
||||||
|
|
||||||
rssguard = libsForQt5.callPackage ../applications/networking/feedreaders/rssguard { };
|
rssguard = libsForQt5.callPackage ../applications/networking/feedreaders/rssguard { };
|
||||||
|
|
||||||
scudcloud = callPackage ../applications/networking/instant-messengers/scudcloud { };
|
scudcloud = callPackage ../applications/networking/instant-messengers/scudcloud { };
|
||||||
|
Loading…
Reference in New Issue
Block a user