Unverified Commit 419e9339 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

cargo-flamegraph: 0.6.7 -> 0.6.8, move to by-name (#404842)

parents 079ead62 180e1c35
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,17 +10,17 @@

rustPlatform.buildRustPackage rec {
  pname = "cargo-flamegraph";
  version = "0.6.7";
  version = "0.6.8";

  src = fetchFromGitHub {
    owner = "flamegraph-rs";
    repo = "flamegraph";
    rev = "v${version}";
    sha256 = "sha256-OpneGyulSreUKhmnLfsJ2sEbkDPCcrDjkRu9ccKZcJc=";
    sha256 = "sha256-JGUABNCZhDyTTrjFCRsT+wkuAeZn9mCHCI6XgGYEl7Y=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-uErlNPkacAmURNKAZp1wLsV2NB1w9HfjLZl5PgeMRu0=";
  cargoHash = "sha256-FjLjEoorbZC2WZ424w2aFLmd4dIfy5s13sR8BSRVNIo=";

  nativeBuildInputs = lib.optionals stdenv.hostPlatform.isLinux [ makeWrapper ];

+1 −1
Original line number Diff line number Diff line
@@ -6059,7 +6059,7 @@ with pkgs;
    );
  buildRustCrateHelpers = callPackage ../build-support/rust/build-rust-crate/helpers.nix { };
  cargo-flamegraph = callPackage ../development/tools/rust/cargo-flamegraph {
  cargo-flamegraph = callPackage ../by-name/ca/cargo-flamegraph/package.nix {
    inherit (linuxPackages) perf;
  };