symbolicator: use fetchCargoVendor

This commit is contained in:
TomaSajt
2025-03-24 22:02:25 +05:30
committed by Masum Reza
parent 9c8e284465
commit 022304afc1
2 changed files with 2 additions and 6284 deletions
File diff suppressed because it is too large Load Diff
+2 -7
View File
@@ -22,13 +22,8 @@ rustPlatform.buildRustPackage rec {
fetchSubmodules = true;
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"cpp_demangle-0.4.1" = "sha256-9QopX2TOJc8bZ+UlSOFdjoe8NTJLVGrykyFL732tE3A=";
"reqwest-0.12.2" = "sha256-m46NyzsgXsDxb6zwVXP0wCdtCH+rb5f0x+oPNHuBF8s=";
};
};
useFetchCargoVendor = true;
cargoHash = "sha256-wRzHFKTzS/wSX2LEB4Hj5LX1gVI9gFonbibPzCmhWtw=";
nativeBuildInputs = [
pkg-config