berglas: 2.0.7 -> 2.0.8 (#399347)

This commit is contained in:
OTABI Tomoya 2025-04-26 17:01:25 +09:00 committed by GitHub
commit 6bbad3c5f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,16 +35,16 @@ in
buildGoModule rec { buildGoModule rec {
pname = "berglas"; pname = "berglas";
version = "2.0.7"; version = "2.0.8";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "GoogleCloudPlatform"; owner = "GoogleCloudPlatform";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-bW8D8g4FPx0i4iPP7Pvm0UpaJFNsECR3kuHEZn8NLx0="; sha256 = "sha256-gBZY/xj/T7UYQ5mnN6udpBKViE/RYz9tmbmYN+JqsBk=";
}; };
vendorHash = "sha256-+ncl/6BJ7J2cby29I1IvkUgbiyDP+co/+Cyyh/V8A1I="; vendorHash = "sha256-NR4YoaJ5ztc7eokRexNzDBtAH7JM4vZH13K550KWFNM=";
ldflags = [ ldflags = [
"-s" "-s"