about summary refs log tree commit diff
path: root/pkgs/development/tools/rust/probe-rs/default.nix
diff options
context:
space:
mode:
authorAlex Martens <alex@thinglab.org>2023-10-05 17:37:54 -0700
committerAlex Martens <alex@thinglab.org>2023-10-05 17:37:54 -0700
commit3c80160c7b720049e9d1347fa6d263f29d4c1d90 (patch)
tree27fd56434f0a37563868371c5f3c7e6ea356ee66 /pkgs/development/tools/rust/probe-rs/default.nix
parentbb71697a42038d59d598c19d6afc8b589b02b798 (diff)
probe-rs: 0.20.0 -> 0.21.0
Diffstat (limited to 'pkgs/development/tools/rust/probe-rs/default.nix')
-rw-r--r--pkgs/development/tools/rust/probe-rs/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/rust/probe-rs/default.nix b/pkgs/development/tools/rust/probe-rs/default.nix
index ef9588a12ae5d..ae30c18bd83d5 100644
--- a/pkgs/development/tools/rust/probe-rs/default.nix
+++ b/pkgs/development/tools/rust/probe-rs/default.nix
@@ -11,14 +11,14 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "probe-rs";
-  version = "0.20.0";
+  version = "0.21.0";
 
   src = fetchCrate {
     inherit pname version;
-    hash = "sha256-IjeQPsHDHmKmS0UeivgmM8dQyhwak1PBIBw31KlVu64=";
+    hash = "sha256-3L4dvEIPxbNYh+Z5G1iccqLLYi13RTRaFnOD4U/zNtE=";
   };
 
-  cargoHash = "sha256-BkYidZzqiI7EIgEuYbeGC7qeVvhC1GARFC4EZpDdBmg=";
+  cargoHash = "sha256-peCXG9TrsnBqQOy+pgRNGstn0bwKNCdWQ3Jn5r0fcOI=";
 
   cargoBuildFlags = [ "--features=cli" ];