kafka-delta-ingest: 0-unstable-2024-11-05 -> 0-unstable-2025-05-05; fix build (#518375)

This commit is contained in:
Michael Daniels
2026-05-16 00:07:33 +00:00
committed by GitHub
2 changed files with 2304 additions and 1242 deletions
File diff suppressed because it is too large Load Diff
@@ -15,13 +15,13 @@
assert lib.assertMsg (enableS3 || enableAzure) "Either S3 or azure support needs to be enabled";
rustPlatform.buildRustPackage {
pname = "kafka-delta-ingest";
version = "0-unstable-2024-11-05";
version = "0-unstable-2025-05-05";
src = fetchFromGitHub {
owner = "delta-io";
repo = "kafka-delta-ingest";
rev = "b7638eda8642985b5bd56741de526ea051d784c0";
hash = "sha256-fngPFvCxEaHVenySG5FBbVXporu3Hf957iV3rGWsrzE=";
rev = "da9c932be3a98649da74ed91f5e1593bece65e89";
hash = "sha256-omeIuvi2OEU4jBWbE/EEM/nqHr25sy2+5Q9qsXzZh8E=";
};
nativeBuildInputs = [
@@ -40,6 +40,9 @@ rustPlatform.buildRustPackage {
rdkafka
];
# #![deny(warnings)] breaks the build when newer rustc emits new lints.
env.RUSTFLAGS = "--cap-lints warn";
cargoLock = {
lockFile = ./Cargo.lock;
};