amazon-qldb-shell: don't vendor Cargo.lock (#409038)

This commit is contained in:
Peder Bergebakken Sundt 2025-05-30 21:58:12 +02:00 committed by GitHub
commit f28c7e1758
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2831 deletions

File diff suppressed because it is too large Load diff

View file

@ -24,12 +24,8 @@ let
rustPlatform.bindgenHook
];
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"amazon-qldb-driver-0.1.0" = "sha256-az0rANBcryHHnpGWvo15TGGW4KMUULZHaj5msIHts14=";
};
};
useFetchCargoVendor = true;
cargoHash = "sha256-tD35Py81QLDVlBahYzgskOQK5lQW03xuCnUwVUi4oLU=";
passthru.tests.version = testers.testVersion { inherit package; };