Skip to content

Commit

Permalink
berglas: 2.0.2 -> 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 3, 2024
1 parent 78389c5 commit 42df468
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/admin/berglas/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ in

buildGoModule rec {
pname = "berglas";
version = "2.0.2";
version = "2.0.6";

src = fetchFromGitHub {
owner = "GoogleCloudPlatform";
repo = pname;
rev = "v${version}";
sha256 = "sha256-+fpxklkcjGiBMyW+L9nNdzXwhGcE2yIbZ/wPbpj9bV0=";
sha256 = "sha256-aTUMEn/QkPzvAyUvMxyqLl6KWFHs+dQK0VDqYv36AGM=";
};

vendorHash = "sha256-BDQJFrFbJGuoDpjGn0T9xWk6huUmDpOTO/JSDIYUKYg=";
vendorHash = "sha256-n/NOAmOOoZMFZGreUGNgrZ3XGbhmI52KtgakcJ/SJIc=";

ldflags = [
"-s"
Expand Down

0 comments on commit 42df468

Please sign in to comment.