From 861c754c693b476eb5aed6adbbf3ee3f62e9eea2 Mon Sep 17 00:00:00 2001 From: Jonathan Davies Date: Tue, 7 Jul 2026 16:21:36 +0100 Subject: [PATCH] apacheKafka: 4_0: drop --- nixos/tests/kafka/base.nix | 1 - pkgs/servers/apache-kafka/4_0.nix | 5 ----- pkgs/servers/apache-kafka/default.nix | 1 - pkgs/top-level/aliases.nix | 7 ++++--- pkgs/top-level/all-packages.nix | 1 - 5 files changed, 4 insertions(+), 11 deletions(-) delete mode 100644 pkgs/servers/apache-kafka/4_0.nix diff --git a/nixos/tests/kafka/base.nix b/nixos/tests/kafka/base.nix index 6bb682c8cbeb..6e550c7f3c22 100644 --- a/nixos/tests/kafka/base.nix +++ b/nixos/tests/kafka/base.nix @@ -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; }; diff --git a/pkgs/servers/apache-kafka/4_0.nix b/pkgs/servers/apache-kafka/4_0.nix deleted file mode 100644 index a35c9610c12b..000000000000 --- a/pkgs/servers/apache-kafka/4_0.nix +++ /dev/null @@ -1,5 +0,0 @@ -import ./generic.nix { - kafkaVersion = "4.0.1"; - scalaVersion = "2.13"; - hash = "sha256-M8xc04WE6w9yYWxMLwX7SINKVvoKnNn+AKxzIMNM9SQ="; -} diff --git a/pkgs/servers/apache-kafka/default.nix b/pkgs/servers/apache-kafka/default.nix index de66f7919410..8cd63a0e5611 100644 --- a/pkgs/servers/apache-kafka/default.nix +++ b/pkgs/servers/apache-kafka/default.nix @@ -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 { }; } diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index cdffb80cddcb..42ca55c01836 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.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 diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index b2730415d880..28a75c36fa4a 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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