We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b1ccab + 64da2f7 commit 6bbad3cCopy full SHA for 6bbad3c
pkgs/by-name/be/berglas/package.nix
@@ -35,16 +35,16 @@ in
35
36
buildGoModule rec {
37
pname = "berglas";
38
- version = "2.0.7";
+ version = "2.0.8";
39
40
src = fetchFromGitHub {
41
owner = "GoogleCloudPlatform";
42
repo = pname;
43
rev = "v${version}";
44
- sha256 = "sha256-bW8D8g4FPx0i4iPP7Pvm0UpaJFNsECR3kuHEZn8NLx0=";
+ sha256 = "sha256-gBZY/xj/T7UYQ5mnN6udpBKViE/RYz9tmbmYN+JqsBk=";
45
};
46
47
- vendorHash = "sha256-+ncl/6BJ7J2cby29I1IvkUgbiyDP+co/+Cyyh/V8A1I=";
+ vendorHash = "sha256-NR4YoaJ5ztc7eokRexNzDBtAH7JM4vZH13K550KWFNM=";
48
49
ldflags = [
50
"-s"
0 commit comments