Skip to content

Commit 48c41b5

Browse files
authored
balena-cli: 20.2.1 -> 20.2.3 (NixOS#375095)
2 parents c2ed933 + 06725f2 commit 48c41b5

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

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

34-
npmDepsHash = "sha256-HslQ7Jvn8M7eKMePnwWd/xDhx1QyXwwjOS6EexRULJM=";
34+
npmDepsHash = "sha256-t1ZTQOuEvRcy9Zl9qqi8DDH2EVkjrBaTX4pTuRGl2ww=";
3535

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

0 commit comments

Comments
 (0)