about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-08-03 08:11:19 -0500
committerGitHub <noreply@github.com>2023-08-03 08:11:19 -0500
commit9f73c57c91d3e9526574ec08966e60311c678256 (patch)
tree20cacf4cf5b0dcb654910fed3f470c8789b216d4
parent059a26d8113aea59ab2a779757f9fecc7c68d750 (diff)
parenta200cca618a319e57ef55836e9120a09c935d1ef (diff)
Merge pull request #246583 from newAM/probe-run-0.3.10
probe-run: 0.3.9 -> 0.3.10
-rw-r--r--pkgs/development/tools/rust/probe-run/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/rust/probe-run/default.nix b/pkgs/development/tools/rust/probe-run/default.nix
index f69ebb750db53..0a1fa745dc355 100644
--- a/pkgs/development/tools/rust/probe-run/default.nix
+++ b/pkgs/development/tools/rust/probe-run/default.nix
@@ -12,14 +12,14 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "probe-run";
-  version = "0.3.9";
+  version = "0.3.10";
 
   src = fetchCrate {
     inherit pname version;
-    hash = "sha256-VNFLX+aPkanX573YpRok2JUWf74O7gtlgmuHkI30y2g=";
+    hash = "sha256-PIUL7aUIHyHuetkMbJsZ3x1coyzKGwI/AJE/R6uFBM4=";
   };
 
-  cargoHash = "sha256-cjr7lNwzqcIfjXn1CVHKgeRZlsJ0QG+0x9h6q5e3D0o=";
+  cargoHash = "sha256-7q5M3huI7Qje5E3Rl2i/9I4g90R8vhJD9Hk78biewBE=";
 
   nativeBuildInputs = [
     pkg-config