Skip to content

Commit 410541e

Browse files
committed
balena-cli: 20.2.3 -> 20.2.7
1 parent 5089943 commit 410541e

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 = "20.2.3";
25+
version = "20.2.7";
2626

2727
src = fetchFromGitHub {
2828
owner = "balena-io";
2929
repo = "balena-cli";
3030
rev = "v${version}";
31-
hash = "sha256-sJksNbsGBzH1tjqAv0kX++J7NCj1fu64Bi/i3Tp8R9E=";
31+
hash = "sha256-D6GZRkA+O6vuz1ntUT8Hz0fCEv6xlHx7sG6BrLzJm/k=";
3232
};
3333

34-
npmDepsHash = "sha256-t1ZTQOuEvRcy9Zl9qqi8DDH2EVkjrBaTX4pTuRGl2ww=";
34+
npmDepsHash = "sha256-x9/qwDJH0AlWehUlsFQdNHI53YWh2DHX/19VDA7vJc4=";
3535

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

0 commit comments

Comments
 (0)