Merge pull request #302705 from r-ryantm/auto-update/berglas

berglas: 2.0.1 -> 2.0.2
This commit is contained in:
Nick Cao 2024-04-09 09:29:15 -04:00 committed by GitHub
commit ae5237aa8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -27,16 +27,16 @@ in
buildGoModule rec {
pname = "berglas";
version = "2.0.1";
version = "2.0.2";
src = fetchFromGitHub {
owner = "GoogleCloudPlatform";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Jf6yPVydM7UnG1yiLEFe+7FMkWANIQebZ3QAwg6/OQs=";
sha256 = "sha256-+fpxklkcjGiBMyW+L9nNdzXwhGcE2yIbZ/wPbpj9bV0=";
};
vendorHash = "sha256-3WDBl/GqCgRFMmh6TQvtHhACCRzf9sdIO8fel8CAMP0=";
vendorHash = "sha256-BDQJFrFbJGuoDpjGn0T9xWk6huUmDpOTO/JSDIYUKYg=";
ldflags = [
"-s"