Merge pull request #70045 from nagisa/berglas-init-0.2.0
berglas: init at 0.2.0
This commit is contained in:
commit
475e88a6fb
23
pkgs/tools/admin/berglas/default.nix
Normal file
23
pkgs/tools/admin/berglas/default.nix
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{ stdenv, buildGoModule, fetchFromGitHub }:
|
||||||
|
|
||||||
|
buildGoModule rec {
|
||||||
|
|
||||||
|
name = "berglas-${version}";
|
||||||
|
version = "0.2.0";
|
||||||
|
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "GoogleCloudPlatform";
|
||||||
|
repo = "berglas";
|
||||||
|
rev = "v0.2.0";
|
||||||
|
sha256 = "1d75x0n1d1ry2xmy6h64qqc0dlnivipycv3p0aihyp3l810gpdbk";
|
||||||
|
};
|
||||||
|
|
||||||
|
modSha256 = "0fvgvrvdpdwjx51wmbf0rdwnr9l1l212qbvznvif3xsi5nnlkx6r";
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
description = "A tool for managing secrets on Google Cloud";
|
||||||
|
homepage = https://github.com/GoogleCloudPlatform/berglas;
|
||||||
|
license = licenses.asl20;
|
||||||
|
platforms = platforms.unix;
|
||||||
|
};
|
||||||
|
}
|
@ -700,6 +700,8 @@ in
|
|||||||
|
|
||||||
awless = callPackage ../tools/virtualization/awless { };
|
awless = callPackage ../tools/virtualization/awless { };
|
||||||
|
|
||||||
|
berglas = callPackage ../tools/admin/berglas/default.nix { };
|
||||||
|
|
||||||
brakeman = callPackage ../development/tools/analysis/brakeman { };
|
brakeman = callPackage ../development/tools/analysis/brakeman { };
|
||||||
|
|
||||||
brewtarget = libsForQt5.callPackage ../applications/misc/brewtarget { } ;
|
brewtarget = libsForQt5.callPackage ../applications/misc/brewtarget { } ;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user