balena-cli: 17.4.9 -> 17.4.11
This commit is contained in:
parent
338a8dc6c1
commit
a5f31405e4
1 changed files with 3 additions and 3 deletions
|
@ -18,16 +18,16 @@ let
|
||||||
};
|
};
|
||||||
in buildNpmPackage' rec {
|
in buildNpmPackage' rec {
|
||||||
pname = "balena-cli";
|
pname = "balena-cli";
|
||||||
version = "17.4.9";
|
version = "17.4.11";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "balena-io";
|
owner = "balena-io";
|
||||||
repo = "balena-cli";
|
repo = "balena-cli";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-0TWG90OB7tovfj4PB0qAiwdOtMss5ZqjSycAb4Vz5+A=";
|
hash = "sha256-iDIbykHSI5mVi6wvQhsox+d/Eu03dJB3qOk664CHATY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
npmDepsHash = "sha256-LSw/cNJ6kWYh477NAqLOx5bVZ6/qPoUM0V1Cksn7iDI=";
|
npmDepsHash = "sha256-D0vGwYl0oofeAZhIZDGZttjhjbKldGzDJmt1IRYqUCs=";
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
ln -s npm-shrinkwrap.json package-lock.json
|
ln -s npm-shrinkwrap.json package-lock.json
|
||||||
|
|
Loading…
Reference in a new issue