Skip to content

Commit 6bbad3c

Browse files
authored
berglas: 2.0.7 -> 2.0.8 (#399347)
2 parents 9b1ccab + 64da2f7 commit 6bbad3c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/be/berglas/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@ in
3535

3636
buildGoModule rec {
3737
pname = "berglas";
38-
version = "2.0.7";
38+
version = "2.0.8";
3939

4040
src = fetchFromGitHub {
4141
owner = "GoogleCloudPlatform";
4242
repo = pname;
4343
rev = "v${version}";
44-
sha256 = "sha256-bW8D8g4FPx0i4iPP7Pvm0UpaJFNsECR3kuHEZn8NLx0=";
44+
sha256 = "sha256-gBZY/xj/T7UYQ5mnN6udpBKViE/RYz9tmbmYN+JqsBk=";
4545
};
4646

47-
vendorHash = "sha256-+ncl/6BJ7J2cby29I1IvkUgbiyDP+co/+Cyyh/V8A1I=";
47+
vendorHash = "sha256-NR4YoaJ5ztc7eokRexNzDBtAH7JM4vZH13K550KWFNM=";
4848

4949
ldflags = [
5050
"-s"

0 commit comments

Comments
 (0)