Merge pull request #246583 from newAM/probe-run-0.3.10

probe-run: 0.3.9 -> 0.3.10
This commit is contained in:
Mario Rodas 2023-08-03 08:11:19 -05:00 committed by GitHub
commit 9f73c57c91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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