Merge pull request #77220 from nagisa/berglas-0.5.0

berglas: 0.2.1 -> 0.5.0
This commit is contained in:
Andreas Rammhold 2020-01-07 14:13:41 +01:00 committed by GitHub
commit af63aff7dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";