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

View File

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