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

balena-cli: 23.2.8 -> 23.2.10 (#470932)

parents 8cc00cd9 8c968a2b
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.8";
  version = "23.2.10";

  src = fetchFromGitHub {
    owner = "balena-io";
    repo = "balena-cli";
    rev = "v${version}";
    hash = "sha256-qczkG1+6sn/n+Ew/HD5Ki8epZW3UEpREc3fjS2VS1go=";
    hash = "sha256-pmzXrywlNU8/jevBo/cyym6vA6/XrNc5vz66BwkLd5o=";
  };

  npmDepsHash = "sha256-b5LNCOai6DyJx5VDaNHWFq9rvj5g9kwXqnUoS7fb8z4=";
  npmDepsHash = "sha256-a3AU4UIlXRswBPya+e2AY3Yv21A2AQoWfGAJ7iDz740=";

  makeCacheWritable = true;