summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorSarah Brofeldt <sbrofeldt@gmail.com>2020-09-21 15:42:26 +0200
committerGitHub <noreply@github.com>2020-09-21 15:42:26 +0200
commit44289eb20cd000507de63b86dd2c1a79aa5a0745 (patch)
tree613a21f48e49447ef32dd0a3b277b283a234326c /nixos/tests
parentd4eed01376d33dc06571c256e96fcca9c3907c44 (diff)
parent8850a2c906782b6d45e9953d7e96f5ac41094208 (diff)
downloadnixpkgs-44289eb20cd000507de63b86dd2c1a79aa5a0745.tar
nixpkgs-44289eb20cd000507de63b86dd2c1a79aa5a0745.tar.gz
nixpkgs-44289eb20cd000507de63b86dd2c1a79aa5a0745.tar.bz2
nixpkgs-44289eb20cd000507de63b86dd2c1a79aa5a0745.tar.lz
nixpkgs-44289eb20cd000507de63b86dd2c1a79aa5a0745.tar.xz
nixpkgs-44289eb20cd000507de63b86dd2c1a79aa5a0745.tar.zst
nixpkgs-44289eb20cd000507de63b86dd2c1a79aa5a0745.zip
Merge pull request #91170 from DianaOlympos/update/apache-kafka
apache-kafka: 2.4.0 -> 2.4.1/2.5.0
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/kafka.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/kafka.nix b/nixos/tests/kafka.nix
index d29c802b47b..88e30b62baa 100644
--- a/nixos/tests/kafka.nix
+++ b/nixos/tests/kafka.nix
@@ -90,4 +90,5 @@ in with pkgs; {
   kafka_2_2  = makeKafkaTest "kafka_2_2"  apacheKafka_2_2;
   kafka_2_3  = makeKafkaTest "kafka_2_3"  apacheKafka_2_3;
   kafka_2_4  = makeKafkaTest "kafka_2_4"  apacheKafka_2_4;
+  kafka_2_5  = makeKafkaTest "kafka_2_5"  apacheKafka_2_5;
 }