Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

cargo-flamegraph: 0.6.4 -> 0.6.5

+3 -3
+3 -3
pkgs/development/tools/rust/cargo-flamegraph/default.nix
··· 4 4 5 5 rustPlatform.buildRustPackage rec { 6 6 pname = "cargo-flamegraph"; 7 - version = "0.6.4"; 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 - sha256 = "sha256-yeNA6HkhWEUqarBDRbyD3RBIlBZZVrbAMng7d5beBB4="; 13 + sha256 = "sha256-VrC3c3a1G8mn9U6txeynsaWOL4HQQk2IOiQqS52iPGo="; 14 14 }; 15 15 16 - cargoSha256 = "sha256-IHOVaRfjopaSRY8HF8ATdNNLfhTVrIKvYsAuocqRdWI="; 16 + cargoSha256 = "sha256-KwpveTiViY+C4A+fE5yeGuT9PXbDyi+YsOc75mX2KdU="; 17 17 18 18 nativeBuildInputs = lib.optionals stdenv.isLinux [ makeWrapper ]; 19 19 buildInputs = lib.optionals stdenv.isDarwin [