Skip to content

Commit

Permalink
balena-cli: 19.0.13 -> 20.0.9 (#362520)
Browse files Browse the repository at this point in the history
  • Loading branch information
doronbehar authored Dec 7, 2024
2 parents 28a594a + b193764 commit 5af5ea0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ba/balena-cli/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@

buildNpmPackage rec {
pname = "balena-cli";
version = "19.0.13";
version = "20.0.9";

src = fetchFromGitHub {
owner = "balena-io";
repo = "balena-cli";
rev = "v${version}";
hash = "sha256-2U+P3LsxaRpktNbDn8iNhHQVjokiWZADYVDpJsDosZU=";
hash = "sha256-UmtTFSUCxz9oAep9+k0GBCxfFkHNDwoKvThIkFq93PQ=";
};

npmDepsHash = "sha256-CA6qs9Gk19dEK2yCFMVVKmJSoZVLdpnf4V6P5fv2Bcc=";
npmDepsHash = "sha256-hie3ZWbqBKB4CRZG46oXyiYC8A/JLjdHkTh6VdZe1Qo=";

postPatch = ''
ln -s npm-shrinkwrap.json package-lock.json
Expand Down

0 comments on commit 5af5ea0

Please sign in to comment.