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.
1 parent e574201 commit b193764Copy full SHA for b193764
pkgs/by-name/ba/balena-cli/package.nix
@@ -15,16 +15,16 @@
15
16
buildNpmPackage rec {
17
pname = "balena-cli";
18
- version = "19.0.13";
+ version = "20.0.9";
19
20
src = fetchFromGitHub {
21
owner = "balena-io";
22
repo = "balena-cli";
23
rev = "v${version}";
24
- hash = "sha256-2U+P3LsxaRpktNbDn8iNhHQVjokiWZADYVDpJsDosZU=";
+ hash = "sha256-UmtTFSUCxz9oAep9+k0GBCxfFkHNDwoKvThIkFq93PQ=";
25
};
26
27
- npmDepsHash = "sha256-CA6qs9Gk19dEK2yCFMVVKmJSoZVLdpnf4V6P5fv2Bcc=";
+ npmDepsHash = "sha256-hie3ZWbqBKB4CRZG46oXyiYC8A/JLjdHkTh6VdZe1Qo=";
28
29
postPatch = ''
30
ln -s npm-shrinkwrap.json package-lock.json
0 commit comments