Unverified Commit 7c656856 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #224276 from newAM/probe-rs-0.18.0

probe-rs: 0.16.0 -> 0.18.0
parents a4fcb461 f5b1af57
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

rustPlatform.buildRustPackage rec {
  pname = "cargo-embed";
  version = "0.16.0";
  version = "0.18.0";

  src = fetchCrate {
    inherit pname version;
    sha256 = "sha256-YAeE3pDw5xqSn4rAv3lxJtKQHki1bf97CJHBEK8JoiA=";
    hash = "sha256-Z8PoM1zlbTYH1oF9nHzu3QykHQ+IXewrXAOieLguFuQ=";
  };

  cargoSha256 = "sha256-p6d8vdiAVkufTQv3FliKCBgF5ZXM24UnG96EzlpyfZE=";
  cargoHash = "sha256-xL1QbeOLnAJVcBdp2NIMlT5LMxkNwA99VzCHV9NjwUo=";

  nativeBuildInputs = [ pkg-config ] ++ lib.optionals stdenv.isDarwin [ DarwinTools ];

+3 −3
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

rustPlatform.buildRustPackage rec {
  pname = "cargo-flash";
  version = "0.16.0";
  version = "0.18.0";

  src = fetchCrate {
    inherit pname version;
    sha256 = "sha256-Zwb9jUZwkvuBzvACMwKwpAHEMkjLVDkXfDLo4ntG3+k=";
    hash = "sha256-RCcl0cZhGOKdwlNY7wuCBP0AgoNSU3c/LfCM2pPjsoo=";
  };

  cargoSha256 = "sha256-giGSTMtGTIw4ZZglHqbW2sGKO/D/3TVQR5olTgitBjE=";
  cargoHash = "sha256-NGwWmqP4D5LdXTwo+B+cj+i66Ec9fB723h2kggugLgg=";

  nativeBuildInputs = [ pkg-config ] ++ lib.optionals stdenv.isDarwin [ DarwinTools ];
  buildInputs = [ libusb1 ] ++ lib.optionals stdenv.isDarwin [ AppKit ];
+3 −3
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

rustPlatform.buildRustPackage rec {
  pname = "probe-rs-cli";
  version = "0.16.0";
  version = "0.18.0";

  src = fetchCrate {
    inherit pname version;
    sha256 = "sha256-YNOD0hDDQ6M496m9lps28UX41pMO1r/CE30rcS53h48=";
    hash = "sha256-5p3SxroztyJnBN/lzFagbpmAAIQmR9iwWHDMxuighDA=";
  };

  cargoSha256 = "sha256-/1bnDtfNxnOI4Inmnd+r2epT236ghQsiNuoAuROEfPM=";
  cargoHash = "sha256-0osWLXrpz6/CnCK1mfwnwqk+OsZLxO2JxbgRnqMhLeE=";

  nativeBuildInputs = [ pkg-config ] ++ lib.optionals stdenv.isDarwin [ DarwinTools ];