We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a6031d + dfb203e commit 1bbd14eCopy full SHA for 1bbd14e
pkgs/tools/admin/balena-cli/default.nix
@@ -19,16 +19,16 @@ let
19
};
20
in buildNpmPackage' rec {
21
pname = "balena-cli";
22
- version = "19.0.3";
+ version = "19.0.12";
23
24
src = fetchFromGitHub {
25
owner = "balena-io";
26
repo = "balena-cli";
27
rev = "v${version}";
28
- hash = "sha256-6odzj7/twhSJFxX2kbKbEOjzyZHjrg6Dd8d3LDtSzNU=";
+ hash = "sha256-/C83s66vTq60FLfKPb27RBGfBC295qs5WWej9Yz4Cak=";
29
30
31
- npmDepsHash = "sha256-IWd3E6bjy5cQ4VsDV/zHyehxxINUsDEy3pKVfSWVpKU=";
+ npmDepsHash = "sha256-CdbJqMbBYzy9TfhlXVMJgGr3pLVMX4naRs/rGz96bYo=";
32
33
postPatch = ''
34
ln -s npm-shrinkwrap.json package-lock.json
0 commit comments