Merge pull request #72323 from nagisa/berglas-0.2.1
berglas: 0.2.0 → 0.2.1
This commit is contained in:
commit
41cb4b321d
@ -3,16 +3,16 @@
|
|||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
|
|
||||||
name = "berglas-${version}";
|
name = "berglas-${version}";
|
||||||
version = "0.2.0";
|
version = "0.2.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "GoogleCloudPlatform";
|
owner = "GoogleCloudPlatform";
|
||||||
repo = "berglas";
|
repo = "berglas";
|
||||||
rev = "v0.2.0";
|
rev = "v0.2.1";
|
||||||
sha256 = "1d75x0n1d1ry2xmy6h64qqc0dlnivipycv3p0aihyp3l810gpdbk";
|
sha256 = "1m34rxiynmgsris1avjn7am50b8sds77515zlnna9qvsrywbzljc";
|
||||||
};
|
};
|
||||||
|
|
||||||
modSha256 = "0fvgvrvdpdwjx51wmbf0rdwnr9l1l212qbvznvif3xsi5nnlkx6r";
|
modSha256 = "0lfcrsb4r5hxxd652cxff23fnbrphp3lgwp5anpaddzcjcd2qyj8";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A tool for managing secrets on Google Cloud";
|
description = "A tool for managing secrets on Google Cloud";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user