tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
cargo-flamegraph: 0.6.4 -> 0.6.5
R. Ryantm
2 years ago
bca56cc7
c0b7a892
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
rust
cargo-flamegraph
default.nix
+3
-3
pkgs/development/tools/rust/cargo-flamegraph/default.nix
···
4
4
5
5
rustPlatform.buildRustPackage rec {
6
6
pname = "cargo-flamegraph";
7
7
-
version = "0.6.4";
7
7
+
version = "0.6.5";
8
8
9
9
src = fetchFromGitHub {
10
10
owner = "flamegraph-rs";
11
11
repo = "flamegraph";
12
12
rev = "v${version}";
13
13
-
sha256 = "sha256-yeNA6HkhWEUqarBDRbyD3RBIlBZZVrbAMng7d5beBB4=";
13
13
+
sha256 = "sha256-VrC3c3a1G8mn9U6txeynsaWOL4HQQk2IOiQqS52iPGo=";
14
14
};
15
15
16
16
-
cargoSha256 = "sha256-IHOVaRfjopaSRY8HF8ATdNNLfhTVrIKvYsAuocqRdWI=";
16
16
+
cargoSha256 = "sha256-KwpveTiViY+C4A+fE5yeGuT9PXbDyi+YsOc75mX2KdU=";
17
17
18
18
nativeBuildInputs = lib.optionals stdenv.isLinux [ makeWrapper ];
19
19
buildInputs = lib.optionals stdenv.isDarwin [