Skip to content

Commit

Permalink
probe-run: 0.3.3 -> 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
evils committed Sep 14, 2022
1 parent 5f326e2 commit 76dc018
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/tools/rust/probe-run/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@

rustPlatform.buildRustPackage rec {
pname = "probe-run";
version = "0.3.3";
version = "0.3.4";

src = fetchCrate {
inherit pname version;
sha256 = "sha256-7o0aRiCxWoDoMysXIPyiBqH/8TtFo87im6Y0OFL0cTA=";
sha256 = "sha256-xVxigZET2/7xr+bb3r80F3y0yaNV1JeGeJ2EF0GWa1A=";
};

cargoSha256 = "sha256-vREz3FTZXMrc18LXIycJXX6SgW6IKGIgL/+79dMfNjk=";
cargoSha256 = "sha256-MK3F3Kt80Xdbbm68Jv1uh78nAj1LzJ90H54NYdn+Oms=";

nativeBuildInputs = [ pkg-config ];
buildInputs = [ libusb1 ]
++ lib.optionals stdenv.isDarwin [ libiconv AppKit IOKit ];

meta = with lib; {
description = "Run embedded programs just like native ones.";
description = "Run embedded programs just like native ones";
homepage = "https://github.com/knurling-rs/probe-run";
changelog = "https://github.com/knurling-rs/probe-run/blob/v${version}/CHANGELOG.md";
license = with licenses; [ asl20 /* or */ mit ];
Expand Down

0 comments on commit 76dc018

Please sign in to comment.