Unverified Commit 8ef82773 authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

balena-cli: 23.2.0 -> 23.2.2 (#467160)

parents e36a99c8 1c7dca7b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -21,16 +21,16 @@ let
in
buildNpmPackage' rec {
  pname = "balena-cli";
  version = "23.2.0";
  version = "23.2.2";

  src = fetchFromGitHub {
    owner = "balena-io";
    repo = "balena-cli";
    rev = "v${version}";
    hash = "sha256-T4eOiFpU17vAwAM02gwJq93ZtJQUC7bv0CCFpj4NKEA=";
    hash = "sha256-HAcsFGLUUaeNxEBAFgYjDipu8QTsd+8yptC6kAX0C4g=";
  };

  npmDepsHash = "sha256-kRkc3o8xmROlH17GI3yoGvMwEweHrLeGpvW3rH0wOSU=";
  npmDepsHash = "sha256-dT5WrrzrO5tcP4/NFe5WTG7boYTOlFRNut52X2AWaao=";

  makeCacheWritable = true;