nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #235690 from kalebpace/kpace/update-balena-cli

balena-cli: 16.2.7 -> 16.5.0

authored by

figsoda and committed by
GitHub
cd46a460 206dc53b

+4 -4
+4 -4
pkgs/tools/admin/balena-cli/default.nix
··· 15 15 }.${system} or throwSystem; 16 16 17 17 sha256 = { 18 - x86_64-linux = "sha256-DrPV1TSoWACk9331lYznLZbkPvx124XWrtCet4uSroo="; 19 - x86_64-darwin = "sha256-UDovorRWOAEP8zugtd7iXmJe2YusH0ShBr8Hz4bc9Qk="; 20 - aarch64-darwin = "sha256-UDovorRWOAEP8zugtd7iXmJe2YusH0ShBr8Hz4bc9Qk="; 18 + x86_64-linux = "sha256-5AdMuVHYX41O+iUSUlbHLQkATY2sPb9e8y4pfmvj07U="; 19 + x86_64-darwin = "sha256-5GX8dglvEgvWMnIG54G3jPxHUAKlS4E6aDMvvjYGidQ="; 20 + aarch64-darwin = "sha256-5GX8dglvEgvWMnIG54G3jPxHUAKlS4E6aDMvvjYGidQ="; 21 21 }.${system} or throwSystem; 22 22 23 - version = "16.2.7"; 23 + version = "16.5.0"; 24 24 src = fetchzip { 25 25 url = "https://github.com/balena-io/balena-cli/releases/download/v${version}/balena-cli-v${version}-${plat}-standalone.zip"; 26 26 inherit sha256;