amazon-qldb-shell: don't vendor Cargo.lock

This commit is contained in:
TomaSajt 2025-05-20 13:20:40 +02:00
parent 042733dfaa
commit 2be5c6a1d6
No known key found for this signature in database
GPG key ID: F011163C050122A1
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; };