cargo-flash: 0.16.0 -> 0.18.0

This commit is contained in:
Alex Martens 2023-04-01 14:02:27 -07:00
parent 0c56be4e9f
commit f5b1af57d9

View file

@ -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 ];