cargo-shuttle: migrate to new fetcher

This commit is contained in:
TomaSajt 2024-10-21 22:21:37 +02:00
parent 33c5490e0d
commit 76aeab38df
No known key found for this signature in database
GPG Key ID: F011163C050122A1
2 changed files with 2 additions and 7750 deletions

File diff suppressed because it is too large Load Diff

View File

@ -20,15 +20,8 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-AJ+7IUxi5SRRWw0EHh9JmQHkdQU3Mhd1Nmo1peEG2zg=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"async-posthog-0.2.3" = "sha256-V0f9+UKZkqh80p7UjINEbAW9y8cKBmJTRjAJZV3no1M=";
"hyper-reverse-proxy-0.5.2-dev" = "sha256-R1ZXGgWvwHWRHmKX823QLqM6ZJW+tzWUXigKkAyI5OE=";
"permit-client-rs-2.0.0" = "sha256-MxsgqPbvWDYDOb3oGuD1I6d3cdcGAhfoWsI7cwfhrb4=";
"permit-pdp-client-rs-0.2.0" = "sha256-F9wSvo3WzoRXjZb+We0Bvcwx3rRSG1QxXPsvrmtIN38=";
};
};
useFetchCargoVendor = true;
cargoHash = "sha256-RqPVFovDaD2rW31HyETJfQ0qVwFxoGEvqkIgag3H6KU=";
nativeBuildInputs = [ pkg-config ];