svix-server: use fetchCargoVendor

This commit is contained in:
TomaSajt
2025-03-24 22:02:25 +05:30
committed by Masum Reza
parent 1870772d44
commit 9c8e284465
2 changed files with 2 additions and 6004 deletions
File diff suppressed because it is too large Load Diff
+2 -7
View File
@@ -22,13 +22,8 @@ rustPlatform.buildRustPackage rec {
sourceRoot = "${src.name}/server";
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"hyper-0.14.28" = "sha256-4HGGpM9Ce3l3EJnu5XsGfqhrD9EykpR+ihEJlSZc03Q=";
"omniqueue-0.2.1" = "sha256-ab0/WO45m1A56EUY8nLUuxKI9NZqjDar9Y0ua77UCi8=";
};
};
useFetchCargoVendor = true;
cargoHash = "sha256-0HxKL59IQFrospD/IkTP7+16u5ZEtOMiDn8cK1DpLXA=";
nativeBuildInputs = [ pkg-config ];