Merge pull request #321495 from r-ryantm/auto-update/balena-cli

balena-cli: 18.2.4 -> 18.2.5
This commit is contained in:
Doron Behar
2024-06-21 18:18:02 +03:00
committed by GitHub
+3 -3
View File
@@ -18,16 +18,16 @@ let
};
in buildNpmPackage' rec {
pname = "balena-cli";
version = "18.2.4";
version = "18.2.5";
src = fetchFromGitHub {
owner = "balena-io";
repo = "balena-cli";
rev = "v${version}";
hash = "sha256-cn6H8dFRZDK/ye0zqS+BXQzlBPpSfdotrp+TuQZ1Hko=";
hash = "sha256-jlkDjZN8Uljgqy/ooaJ3a0lomEbzaPI4FuMQhKDqLMA=";
};
npmDepsHash = "sha256-5ri/eb85MPzjBac20WFMiD2cBux4grIyjGflQMW66bQ=";
npmDepsHash = "sha256-gCBrhbhbFGbsBWX8AMLxzXw8CC5hYFJwserylSCuNFU=";
postPatch = ''
ln -s npm-shrinkwrap.json package-lock.json