Skip to content

Commit

Permalink
Merge pull request #201679 from r-ryantm/auto-update/brev-cli
Browse files Browse the repository at this point in the history
brev-cli: 0.6.176 -> 0.6.179
  • Loading branch information
marsam authored Nov 18, 2022
2 parents 3a43caf + f423b34 commit 3b0b1be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/misc/brev-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@

buildGoModule rec {
pname = "brev-cli";
version = "0.6.176";
version = "0.6.179";

src = fetchFromGitHub {
owner = "brevdev";
repo = pname;
rev = "v${version}";
sha256 = "sha256-UEWqMgcO2emV3JxR8u13YetoV4MPukUVC0gd21cZ20Y=";
sha256 = "sha256-vU4pEVH6y72Z8H3QgrgxTp0tofAOMGUnez3Q343EOXw=";
};

vendorSha256 = "sha256-1cQd/gxXFB1VagTICvxCjtqCUlPHL4NCuW6u2AeE/WM=";
vendorSha256 = "sha256-uaLoh1VhJAT5liGqL77DLhAWviy5Ci8B16LuzCWuek8=";

CGO_ENABLED = 0;
subPackages = [ "." ];
Expand Down

0 comments on commit 3b0b1be

Please sign in to comment.