Skip to content

Commit 1bbd14e

Browse files
authored
balena-cli: 19.0.3 -> 19.0.12 (#343827)
2 parents 0a6031d + dfb203e commit 1bbd14e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/tools/admin/balena-cli/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ let
1919
};
2020
in buildNpmPackage' rec {
2121
pname = "balena-cli";
22-
version = "19.0.3";
22+
version = "19.0.12";
2323

2424
src = fetchFromGitHub {
2525
owner = "balena-io";
2626
repo = "balena-cli";
2727
rev = "v${version}";
28-
hash = "sha256-6odzj7/twhSJFxX2kbKbEOjzyZHjrg6Dd8d3LDtSzNU=";
28+
hash = "sha256-/C83s66vTq60FLfKPb27RBGfBC295qs5WWej9Yz4Cak=";
2929
};
3030

31-
npmDepsHash = "sha256-IWd3E6bjy5cQ4VsDV/zHyehxxINUsDEy3pKVfSWVpKU=";
31+
npmDepsHash = "sha256-CdbJqMbBYzy9TfhlXVMJgGr3pLVMX4naRs/rGz96bYo=";
3232

3333
postPatch = ''
3434
ln -s npm-shrinkwrap.json package-lock.json

0 commit comments

Comments
 (0)