tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
samply: 0.11.0 -> 0.12.0
R. Ryantm
2 years ago
4f683916
1df062db
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
misc
samply
default.nix
+3
-3
pkgs/development/tools/misc/samply/default.nix
···
9
9
10
10
rustPlatform.buildRustPackage rec {
11
11
pname = "samply";
12
12
-
version = "0.11.0";
12
12
+
version = "0.12.0";
13
13
14
14
src = fetchCrate {
15
15
inherit pname version;
16
16
-
hash = "sha256-V0uAS7Oo7wv0yU5CgqqYhltwM5PXJ3GP/TLVZV2GkkI=";
16
16
+
hash = "sha256-7bf1lDIZGhRpvnn8rHNwzH2GBY8CwtYCjuRAUTQgbsA=";
17
17
};
18
18
19
19
-
cargoHash = "sha256-jsuICNVY3noZi/+mgVj9uUu53z+5bW9Vi5CBKcHOqSI=";
19
19
+
cargoHash = "sha256-QGvtKx+l6+UxdlziHnF63geAvW55RRlatK2/J8LR0Ck=";
20
20
21
21
# the dependencies linux-perf-data and linux-perf-event-reader contains both README.md and Readme.md,
22
22
# which causes a hash mismatch on systems with a case-insensitive filesystem