apacheKafka: 4_0: drop
This commit is contained in:
@@ -115,7 +115,6 @@ let
|
||||
in
|
||||
with pkgs;
|
||||
{
|
||||
kafka_4_0 = makeKafkaTest "kafka_4_0" { kafkaPackage = apacheKafka_4_0; };
|
||||
kafka_4_1 = makeKafkaTest "kafka_4_1" { kafkaPackage = apacheKafka_4_1; };
|
||||
kafka_4_2 = makeKafkaTest "kafka_4_2" { kafkaPackage = apacheKafka_4_2; };
|
||||
kafka_4_3 = makeKafkaTest "kafka_4_3" { kafkaPackage = apacheKafka_4_3; };
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
import ./generic.nix {
|
||||
kafkaVersion = "4.0.1";
|
||||
scalaVersion = "2.13";
|
||||
hash = "sha256-M8xc04WE6w9yYWxMLwX7SINKVvoKnNn+AKxzIMNM9SQ=";
|
||||
}
|
||||
@@ -3,5 +3,4 @@
|
||||
apacheKafka_4_3 = callPackage ./4_3.nix { };
|
||||
apacheKafka_4_2 = callPackage ./4_2.nix { };
|
||||
apacheKafka_4_1 = callPackage ./4_1.nix { };
|
||||
apacheKafka_4_0 = callPackage ./4_0.nix { };
|
||||
}
|
||||
|
||||
@@ -308,9 +308,10 @@ mapAliases {
|
||||
antlr4_8 = throw "antlr4_8 has been removed. Consider using a more recent version of antlr4"; # Added 2025-10-20
|
||||
ao = throw "'ao' has been renamed to/replaced by 'libfive'"; # Converted to throw 2025-10-27
|
||||
apacheAnt = throw "'apacheAnt' has been renamed to/replaced by 'ant'"; # Converted to throw 2025-10-27
|
||||
apacheKafka_3_7 = throw "apacheKafka_2_8 through _3_9 have been removed from nixpkgs as outdated"; # Added 2025-09-27
|
||||
apacheKafka_3_8 = throw "apacheKafka_2_8 through _3_9 have been removed from nixpkgs as outdated"; # Added 2025-09-27
|
||||
apacheKafka_3_9 = throw "apacheKafka_2_8 through _3_9 have been removed from nixpkgs as outdated"; # Added 2026-07-07
|
||||
apacheKafka_3_7 = throw "apacheKafka_2_8 through _4_0 have been removed from nixpkgs as outdated"; # Added 2025-09-27
|
||||
apacheKafka_3_8 = throw "apacheKafka_2_8 through _4_0 have been removed from nixpkgs as outdated"; # Added 2025-09-27
|
||||
apacheKafka_3_9 = throw "apacheKafka_2_8 through _4_0 have been removed from nixpkgs as outdated"; # Added 2026-07-07
|
||||
apacheKafka_4_0 = throw "apacheKafka_2_8 through _4_0 have been removed from nixpkgs as outdated"; # Added 2026-07-07
|
||||
apmplanner2 = throw "'apmplanner2' has been removed as it depends on insecure&unmaintained qtwebkit"; # Added 2026-04-26
|
||||
apple-sdk_11 = throw "apple-sdk_11 was removed as Nixpkgs no longer supports macOS 11; see the 25.11 release notes"; # Added 2025-05-10
|
||||
apple-sdk_12 = throw "apple-sdk_12 was removed as Nixpkgs no longer supports macOS 12; see the 25.11 release notes"; # Added 2025-05-10
|
||||
|
||||
@@ -4823,7 +4823,6 @@ with pkgs;
|
||||
antlr = antlr4;
|
||||
|
||||
inherit (callPackages ../servers/apache-kafka { })
|
||||
apacheKafka_4_0
|
||||
apacheKafka_4_1
|
||||
apacheKafka_4_2
|
||||
apacheKafka_4_3
|
||||
|
||||
Reference in New Issue
Block a user