summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlex Martens <alex@thinglab.org>2023-08-01 07:41:36 -0700
committerAlex Martens <alex@thinglab.org>2023-08-01 07:41:36 -0700
commita200cca618a319e57ef55836e9120a09c935d1ef (patch)
tree2b68aa3537948ae51c853a8d8981d1ed4c0cd3c9
parent09f2d76574f99b2334c07b947ab61ead666c48d4 (diff)
downloadnixpkgs-a200cca618a319e57ef55836e9120a09c935d1ef.tar
nixpkgs-a200cca618a319e57ef55836e9120a09c935d1ef.tar.gz
nixpkgs-a200cca618a319e57ef55836e9120a09c935d1ef.tar.bz2
nixpkgs-a200cca618a319e57ef55836e9120a09c935d1ef.tar.lz
nixpkgs-a200cca618a319e57ef55836e9120a09c935d1ef.tar.xz
nixpkgs-a200cca618a319e57ef55836e9120a09c935d1ef.tar.zst
nixpkgs-a200cca618a319e57ef55836e9120a09c935d1ef.zip
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 f69ebb750db..0a1fa745dc3 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