Skip to content

Commit 90b263d

Browse files
authored
balena-cli: 21.1.9 -> 21.1.11 (#406073)
2 parents 4014db2 + 6df3e92 commit 90b263d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ba/balena-cli/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ let
2222
in
2323
buildNpmPackage' rec {
2424
pname = "balena-cli";
25-
version = "21.1.9";
25+
version = "21.1.11";
2626

2727
src = fetchFromGitHub {
2828
owner = "balena-io";
2929
repo = "balena-cli";
3030
rev = "v${version}";
31-
hash = "sha256-oeOhE4cgN/u9zLEXoiMbbE+onNJvrX8wNjoydh20Wdk=";
31+
hash = "sha256-fWFXlespMcnMAOSgkVh7c9QmvBf3kJyFfH7Gtu5nylw=";
3232
};
3333

34-
npmDepsHash = "sha256-ggdCry0MtA/UZIlm8mrC7TdcAoj2pTgq7kWSqMN5siM=";
34+
npmDepsHash = "sha256-WGTmOfnVhxRV0ERpmRx77gOmfqyHRJkdoPaCYgoHq88=";
3535

3636
postPatch = ''
3737
ln -s npm-shrinkwrap.json package-lock.json

0 commit comments

Comments
 (0)