Skip to content

Commit

Permalink
Merge pull request #21 from extole/kafka_3.9.0
Browse files Browse the repository at this point in the history
Kafka 3.9.0
  • Loading branch information
sergeykranga authored Jan 3, 2025
2 parents 8062483 + 3486141 commit cafde02
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/servers/apache-kafka/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@

let
versionMap = {
"3.9" = {
kafkaVersion = "3.9.0";
scalaVersion = "2.13";
sha256 = "sha256-q8REAt3xA+OPGbDktE5l2pqDG6nlj9dyUEGxqhaO6NE=";
jre = jdk17_headless;
};
"3.3" = {
kafkaVersion = "3.3.1";
scalaVersion = "2.13";
Expand Down
1 change: 1 addition & 0 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16196,6 +16196,7 @@ with pkgs;
apacheKafka_3_1 = callPackage ../servers/apache-kafka { majorVersion = "3.1"; };
apacheKafka_3_2 = callPackage ../servers/apache-kafka { majorVersion = "3.2"; };
apacheKafka_3_3 = callPackage ../servers/apache-kafka { majorVersion = "3.3"; };
apacheKafka_3_9 = callPackage ../servers/apache-kafka { majorVersion = "3.9"; };

kt = callPackage ../tools/misc/kt {};

Expand Down

0 comments on commit cafde02

Please sign in to comment.