Skip to content

Commit ee29580

Browse files
committed
Revert "apacheKafka: drop 3.6"
This reverts commit e28cde9.
1 parent 1f90862 commit ee29580

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

nixos/tests/kafka/base.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@ let
119119
in
120120
with pkgs;
121121
{
122+
kafka_3_6 = makeKafkaTest "kafka_3_6" {
123+
kafkaPackage = apacheKafka_3_6;
124+
mode = "zookeeper";
125+
};
122126
kafka_3_7 = makeKafkaTest "kafka_3_7" {
123127
kafkaPackage = apacheKafka_3_7;
124128
mode = "zookeeper";

pkgs/servers/apache-kafka/default.nix

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@ let
4242
jre = jdk17_headless;
4343
nixosTest = nixosTests.kafka.base.kafka_3_7;
4444
};
45+
"3_6" = {
46+
kafkaVersion = "3.6.2";
47+
scalaVersion = "2.13";
48+
sha256 = "sha256-wxfkf3cUHTFG6VY9nLodZIbIHmcLIR7OasRqn3Lkqqw=";
49+
jre = jdk17_headless;
50+
nixosTest = nixosTests.kafka.base.kafka_3_6;
51+
};
4552
};
4653

4754
build =

pkgs/top-level/aliases.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,7 @@ mapAliases {
286286
anbox = throw "'anbox' has been removed as the upstream project is unmaintained, see https://github.com/anbox/.github/blob/main/profile/README.md"; # Added 2025-01-04
287287
antic = throw "'antic' has been removed as it has been merged into 'flint3'"; # Added 2025-03-28
288288
anevicon = throw "'anevicon' has been removed because the upstream repository no longer exists"; # Added 2025-01-26
289-
apacheKafka_3_5 = throw "apacheKafka_2_8 through _3_6 have been removed from nixpkgs as outdated"; # Added 2024-06-13
290-
apacheKafka_3_6 = throw "apacheKafka_2_8 through _3_6 have been removed from nixpkgs as outdated"; # Added 2024-11-27
289+
apacheKafka_3_5 = throw "apacheKafka_2_8 through _3_5 have been removed from nixpkgs as outdated"; # Added 2024-06-13
291290
antimicroX = throw "'antimicroX' has been renamed to/replaced by 'antimicrox'"; # Converted to throw 2024-10-17
292291
apacheAnt = ant; # Added 2024-11-28
293292
apple-sdk_10_12 = throw "apple-sdk_10_12 was removed as Nixpkgs no longer supports macOS 10.12; see the 25.05 release notes"; # Added 2024-10-27

pkgs/top-level/all-packages.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7922,6 +7922,7 @@ with pkgs;
79227922
antlr = antlr4;
79237923

79247924
inherit (callPackages ../servers/apache-kafka { })
7925+
apacheKafka_3_6
79257926
apacheKafka_3_7
79267927
apacheKafka_3_8
79277928
apacheKafka_3_9

0 commit comments

Comments
 (0)