cargo-flamegraph: 0.6.5 -> 0.6.7 (#367075)

authored by Nick Cao and committed by GitHub 176b3b14 276949f6

+3 -3
+3 -3
pkgs/development/tools/rust/cargo-flamegraph/default.nix
··· 11 12 rustPlatform.buildRustPackage rec { 13 pname = "cargo-flamegraph"; 14 - version = "0.6.5"; 15 16 src = fetchFromGitHub { 17 owner = "flamegraph-rs"; 18 repo = "flamegraph"; 19 rev = "v${version}"; 20 - sha256 = "sha256-VrC3c3a1G8mn9U6txeynsaWOL4HQQk2IOiQqS52iPGo="; 21 }; 22 23 - cargoHash = "sha256-KwpveTiViY+C4A+fE5yeGuT9PXbDyi+YsOc75mX2KdU="; 24 25 nativeBuildInputs = lib.optionals stdenv.hostPlatform.isLinux [ makeWrapper ]; 26 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
··· 11 12 rustPlatform.buildRustPackage rec { 13 pname = "cargo-flamegraph"; 14 + version = "0.6.7"; 15 16 src = fetchFromGitHub { 17 owner = "flamegraph-rs"; 18 repo = "flamegraph"; 19 rev = "v${version}"; 20 + sha256 = "sha256-OpneGyulSreUKhmnLfsJ2sEbkDPCcrDjkRu9ccKZcJc="; 21 }; 22 23 + cargoHash = "sha256-gdTqObOWboNlhU+tI/z5KYSOdmgRg36v73iLuKfwVkA="; 24 25 nativeBuildInputs = lib.optionals stdenv.hostPlatform.isLinux [ makeWrapper ]; 26 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [