0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

apacheKafka: drop 3.6

This commit is contained in:
Jonathan Davies 2024-11-27 11:53:06 +00:00
parent 89e275f747
commit e28cde906f
No known key found for this signature in database
4 changed files with 2 additions and 10 deletions

View file

@ -103,7 +103,6 @@ let
}) { inherit system; });
in with pkgs; {
kafka_3_6 = makeKafkaTest "kafka_3_6" { kafkaPackage = apacheKafka_3_6; };
kafka_3_7 = makeKafkaTest "kafka_3_7" { kafkaPackage = apacheKafka_3_7; };
kafka_3_8 = makeKafkaTest "kafka_3_8" { kafkaPackage = apacheKafka_3_8; };
kafka_3_9 = makeKafkaTest "kafka_3_9" { kafkaPackage = apacheKafka_3_9; };