kafka-delta-ingest: 0-unstable-2024-11-05 -> 0-unstable-2025-05-05; fix build (#518375)
This commit is contained in:
+2298
-1239
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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user