summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorgithub-actions <github-actions@github.com>2022-08-04 18:19:03 -0700
committerBenjamin Smith <polynomial@gmail.com>2022-10-14 12:47:06 -0700
commit8231febc5d5094e9efa3c32e875ddbc8aa5759e6 (patch)
treee6f8a6fa42d45dc234d226111207a2892aa7d14c /nixos/tests
parent7d682ef84f2cf07f53fac2adacf8a1388d3337c4 (diff)
downloadnixpkgs-8231febc5d5094e9efa3c32e875ddbc8aa5759e6.tar
nixpkgs-8231febc5d5094e9efa3c32e875ddbc8aa5759e6.tar.gz
nixpkgs-8231febc5d5094e9efa3c32e875ddbc8aa5759e6.tar.bz2
nixpkgs-8231febc5d5094e9efa3c32e875ddbc8aa5759e6.tar.lz
nixpkgs-8231febc5d5094e9efa3c32e875ddbc8aa5759e6.tar.xz
nixpkgs-8231febc5d5094e9efa3c32e875ddbc8aa5759e6.tar.zst
nixpkgs-8231febc5d5094e9efa3c32e875ddbc8aa5759e6.zip
Apache Kafka upgrade to 3.x
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/kafka.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/nixos/tests/kafka.nix b/nixos/tests/kafka.nix
index 5def759ca24..8be5c61b48b 100644
--- a/nixos/tests/kafka.nix
+++ b/nixos/tests/kafka.nix
@@ -74,6 +74,8 @@ let
   }) { inherit system; });
 
 in with pkgs; {
-  kafka_2_7  = makeKafkaTest "kafka_2_7"  apacheKafka_2_7;
   kafka_2_8  = makeKafkaTest "kafka_2_8"  apacheKafka_2_8;
+  kafka_3_0  = makeKafkaTest "kafka_3_0"  apacheKafka_3_0;
+  kafka_3_1  = makeKafkaTest "kafka_3_1"  apacheKafka_3_1;
+  kafka  = makeKafkaTest "kafka"  apacheKafka;
 }