mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
apacheKafka: drop 3.6
This commit is contained in:
parent
89e275f747
commit
e28cde906f
4 changed files with 2 additions and 10 deletions
|
@ -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; };
|
||||
|
|
|
@ -23,13 +23,6 @@ let
|
|||
jre = jdk17_headless;
|
||||
nixosTest = nixosTests.kafka.kafka_3_7;
|
||||
};
|
||||
"3_6" = {
|
||||
kafkaVersion = "3.6.2";
|
||||
scalaVersion = "2.13";
|
||||
sha256 = "sha256-wxfkf3cUHTFG6VY9nLodZIbIHmcLIR7OasRqn3Lkqqw=";
|
||||
jre = jdk17_headless;
|
||||
nixosTest = nixosTests.kafka.kafka_3_6;
|
||||
};
|
||||
};
|
||||
|
||||
build = versionInfo: stdenv.mkDerivation rec {
|
||||
|
|
|
@ -110,9 +110,10 @@ mapAliases {
|
|||
androidndkPkgs_23b = lib.warnOnInstantiate "The package set `androidndkPkgs_23b` has been renamed to `androidndkPkgs_23`." androidndkPkgs_23; # Added 2024-07-21
|
||||
ankisyncd = throw "ankisyncd is dead, use anki-sync-server instead"; # Added 2024-08-10
|
||||
ao = libfive; # Added 2024-10-11
|
||||
apacheKafka_3_5 = throw "apacheKafka_2_8 through _3_5 have been removed from nixpkgs as outdated"; # Added 2024-06-13
|
||||
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
|
||||
anevicon = throw "'anevicon' has been removed because the upstream repository no longer exists"; # Added 2025-01-26
|
||||
apacheKafka_3_5 = throw "apacheKafka_2_8 through _3_6 have been removed from nixpkgs as outdated"; # Added 2024-06-13
|
||||
apacheKafka_3_6 = throw "apacheKafka_2_8 through _3_6 have been removed from nixpkgs as outdated"; # Added 2024-11-27
|
||||
antimicroX = throw "'antimicroX' has been renamed to/replaced by 'antimicrox'"; # Converted to throw 2024-10-17
|
||||
apacheAnt = ant; # Added 2024-11-28
|
||||
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
|
||||
|
|
|
@ -7477,7 +7477,6 @@ with pkgs;
|
|||
antlr = antlr4;
|
||||
|
||||
inherit (callPackages ../servers/apache-kafka { })
|
||||
apacheKafka_3_6
|
||||
apacheKafka_3_7
|
||||
apacheKafka_3_8
|
||||
apacheKafka_3_9;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue