Merge pull request #226098 from newAM/probe-run-0.3.8

probe-run: 0.3.7 -> 0.3.8
This commit is contained in:
Nick Cao 2023-04-15 11:09:31 +08:00 committed by GitHub
commit c593aa474e
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.7";
version = "0.3.8";
src = fetchCrate {
inherit pname version;
hash = "sha256-GLJrM5vIGYH5lNvwmpYKE/ISTRUwikCCj2o5h6Y9kW4=";
hash = "sha256-e5HXqqnRnz+6RHOZnZ4VTJhiYKeBSHEjdKBAPKLXf5Q=";
};
cargoHash = "sha256-YevCel3HqwslwVmEA1vncsYYPMGQPUnwlkxLNQsnKG0=";
cargoHash = "sha256-8Hpjrjd+dCu9eaFxJ3SRHNBuRaNmvt42vkN2ls3hskA=";
nativeBuildInputs = [
pkg-config