Merge pull request #210179 from r-ryantm/auto-update/cargo-flamegraph

cargo-flamegraph: 0.5.1 -> 0.6.2
This commit is contained in:
figsoda 2023-01-11 11:08:50 -05:00 committed by GitHub
commit cae617f7fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,16 +4,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "cargo-flamegraph"; pname = "cargo-flamegraph";
version = "0.5.1"; version = "0.6.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "flamegraph-rs"; owner = "flamegraph-rs";
repo = "flamegraph"; repo = "flamegraph";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-Q930PIGncUX2Wz3hA1OQu0TEPMfOu2jMpBPbaAVlUMU="; sha256 = "sha256-LYoyMEALxeUQQI2pBL1u0Q9rrwyy6N6Dg5bNxhJiVrM=";
}; };
cargoSha256 = "sha256-ENL1FeIn9HESyp1VhePr4q7BLCc0SS8NAuHKv1crJE8="; cargoSha256 = "sha256-t8+bjTRQMuXTYhgW1NuC3MXsRh2SMeycyyq4x1nb9MU=";
nativeBuildInputs = lib.optionals stdenv.isLinux [ makeWrapper ]; nativeBuildInputs = lib.optionals stdenv.isLinux [ makeWrapper ];
buildInputs = lib.optionals stdenv.isDarwin [ buildInputs = lib.optionals stdenv.isDarwin [