lol

samply: 0.11.0 -> 0.12.0

+3 -3
+3 -3
pkgs/development/tools/misc/samply/default.nix
··· 9 9 10 10 rustPlatform.buildRustPackage rec { 11 11 pname = "samply"; 12 - version = "0.11.0"; 12 + version = "0.12.0"; 13 13 14 14 src = fetchCrate { 15 15 inherit pname version; 16 - hash = "sha256-V0uAS7Oo7wv0yU5CgqqYhltwM5PXJ3GP/TLVZV2GkkI="; 16 + hash = "sha256-7bf1lDIZGhRpvnn8rHNwzH2GBY8CwtYCjuRAUTQgbsA="; 17 17 }; 18 18 19 - cargoHash = "sha256-jsuICNVY3noZi/+mgVj9uUu53z+5bW9Vi5CBKcHOqSI="; 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