This commit is contained in:
nora 2024-02-23 21:14:32 +01:00
parent 08213ec050
commit 4d777ea5a4
7 changed files with 49 additions and 33 deletions

View file

@ -5,11 +5,11 @@ pkgs: pkgs.rustPlatform.buildRustPackage {
src = pkgs.fetchFromGitHub {
owner = "rust-lang";
repo = "cargo-bisect-rustc";
rev = "7884b4120561d17e10ffabf6490d51b4e0ac3fd3"; # contains an unrelease fix for perf builds
hash = "sha256-BiqsDs/HTuQEjqRLnoYQzJADllqqiVL3m2AzamHd7IM=";
rev = "e61eb10bb7b5eacb1fe3244d18ccb059393d7fac";
hash = "sha256-rr0fU1Y5k2ScT8zpBz4VhMaUlbW/ze00ORz8dUNFIpI=";
};
cargoHash = "sha256-GzoJufms7ud3ZJxNHrrdmfYT7TSoTeAQNwBjptO59SA=";
cargoHash = "sha256-9UijUaLcJwFxkkrd91K9r1vq2fNtsTQvc+ZWGaZQiNE=";
patches =
let