berglas: 2.0.1 -> 2.0.2

This commit is contained in:
R. Ryantm 2024-04-09 00:28:49 +00:00
parent f6eb921406
commit 13839ea7b3
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"