Skip to content

Commit

Permalink
Merge pull request #245638 from r-ryantm/auto-update/balena-cli
Browse files Browse the repository at this point in the history
balena-cli: 16.7.5 -> 16.7.6
  • Loading branch information
drupol authored Jul 28, 2023
2 parents 7c48fc2 + 394b0d1 commit ed0fd44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/admin/balena-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ let
}.${system} or throwSystem;

sha256 = {
x86_64-linux = "sha256-/Die6tpidmt3dTzW7mEnQJG5vlxue4sT44PcAa7lrgk=";
x86_64-linux = "sha256-USljQ/cnbSabzsZWXlZ0eeZSqkTr3wVP0ktXqZ7Fw4U=";
x86_64-darwin = "sha256-VB5075VfQRtlLoG3lfkVz8ASoODiwleTYC2JJR51LtI=";
aarch64-darwin = "sha256-VB5075VfQRtlLoG3lfkVz8ASoODiwleTYC2JJR51LtI=";
}.${system} or throwSystem;

version = "16.7.5";
version = "16.7.6";
src = fetchzip {
url = "https://github.com/balena-io/balena-cli/releases/download/v${version}/balena-cli-v${version}-${plat}-standalone.zip";
inherit sha256;
Expand Down

1 comment on commit ed0fd44

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@drupol, you pushed a commit directly to master/release branch
instead of going through a Pull Request.

That's highly discouraged beyond the few exceptions listed
on #118661

Please sign in to comment.