berglas: 0.2.1 -> 0.5.0
This commit is contained in:
parent
f7c7317e64
commit
0320725e86
@ -3,16 +3,16 @@
|
|||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
|
|
||||||
name = "berglas-${version}";
|
name = "berglas-${version}";
|
||||||
version = "0.2.1";
|
version = "0.5.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "GoogleCloudPlatform";
|
owner = "GoogleCloudPlatform";
|
||||||
repo = "berglas";
|
repo = "berglas";
|
||||||
rev = "v0.2.1";
|
rev = "v0.5.0";
|
||||||
sha256 = "1m34rxiynmgsris1avjn7am50b8sds77515zlnna9qvsrywbzljc";
|
sha256 = "1y5w2czipwj069w4zxnyb9xqv5mx0yjjramykf3vm3q478bk3rm7";
|
||||||
};
|
};
|
||||||
|
|
||||||
modSha256 = "0lfcrsb4r5hxxd652cxff23fnbrphp3lgwp5anpaddzcjcd2qyj8";
|
modSha256 = "0y4ajii3pv25s4gjazf6fl0b9wax17cmwhbmiybqhp61annca7kr";
|
||||||
|
|
||||||
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…
Reference in New Issue
Block a user