Merge pull request #72323 from nagisa/berglas-0.2.1

berglas: 0.2.0 → 0.2.1
This commit is contained in:
Andreas Rammhold 2019-10-30 20:58:17 +01:00 committed by GitHub
commit 41cb4b321d
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.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";