mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
amazon-qldb-shell: don't vendor Cargo.lock (#409038)
This commit is contained in:
commit
f28c7e1758
2 changed files with 2 additions and 2831 deletions
2825
pkgs/by-name/am/amazon-qldb-shell/Cargo.lock
generated
2825
pkgs/by-name/am/amazon-qldb-shell/Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -24,12 +24,8 @@ let
|
||||||
rustPlatform.bindgenHook
|
rustPlatform.bindgenHook
|
||||||
];
|
];
|
||||||
|
|
||||||
cargoLock = {
|
useFetchCargoVendor = true;
|
||||||
lockFile = ./Cargo.lock;
|
cargoHash = "sha256-tD35Py81QLDVlBahYzgskOQK5lQW03xuCnUwVUi4oLU=";
|
||||||
outputHashes = {
|
|
||||||
"amazon-qldb-driver-0.1.0" = "sha256-az0rANBcryHHnpGWvo15TGGW4KMUULZHaj5msIHts14=";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
passthru.tests.version = testers.testVersion { inherit package; };
|
passthru.tests.version = testers.testVersion { inherit package; };
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue