Unverified Commit 81b934af authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

balena-cli: 20.2.10 -> 21.1.0 (#392083)

parents 3fcae17e b332a419
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -22,16 +22,16 @@ let
in
buildNpmPackage' rec {
  pname = "balena-cli";
  version = "20.2.10";
  version = "21.1.0";

  src = fetchFromGitHub {
    owner = "balena-io";
    repo = "balena-cli";
    rev = "v${version}";
    hash = "sha256-kY8hXNDxbQwM2QleQ8MafDuANQzBRL3+Tei10P976bU=";
    hash = "sha256-STixd/xJikV9qt2aG3smyLPEwG7fLYrN3jfVTwBxJrI=";
  };

  npmDepsHash = "sha256-AD/5QMgko1l8xH8dwua6YkrYuXe1Af7eo17p2L2PkyY=";
  npmDepsHash = "sha256-dyUWQoR0EweHdNc5NN+qW2OdbCIspTQ1C/QsesnlvRU=";

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