about summary refs log tree commit diff
path: root/pkgs/servers/apache-kafka
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2023-06-30apacheKafka: 3.5.0, 3.4.1, 3.3.1 -> 3.3.2Erik Skytthe1-2/+14
2022-10-26apacheKafka: Fix passthru of jreSarah Brofeldt1-1/+4
This unbreaks the NixOS module and tests that rely on the value in order to map the desired kafka version to a supported jre
2022-10-14update hashes for new versionsBenjamin Smith1-4/+4
2022-10-14requested review changes, and kafka 3.3Benjamin Smith1-10/+14
2022-10-14Apache Kafka upgrade to 3.xgithub-actions1-6/+19
2022-09-28apacheKafka: 2.8.1 -> 2.8.2Robert Scott1-2/+2
2022-08-06apacheKafka: mark as sourceProvenance binaryBytecodeRobert Scott1-0/+1
2021-12-28kafka: update homepageJonathan Ringer1-1/+1
2021-09-26apacheKafka: 2.8.0 -> 2.8.1Robert Scott1-2/+2
2021-08-05Apache Kafka: add 2.7.1 and 2.8.0 (#128043)Benjamin Smith1-14/+8
2021-03-10apacheKafka: init 2.6.1, make defaultSarah Brofeldt1-0/+6
2021-03-10apacheKafka: 2.5.0 -> 2.5.1 and adjust scalaSarah Brofeldt1-3/+3
Only 2.6.X recommends Scala 2.13, so use 2.12
2021-03-10apacheKafka: Version-configurable JREs for packageSarah Brofeldt1-4/+6
2021-02-19treewide: makeWrapper buildInputs to nativeBuildInputsBen Siraphob1-1/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-12-21kafka: remove old versionsPhilipp Hausmann1-45/+0
2020-09-21Merge pull request #91170 from DianaOlympos/update/apache-kafkaSarah Brofeldt1-2/+7
apache-kafka: 2.4.0 -> 2.4.1/2.5.0
2020-09-19apacheKafka*: use jre8Gabriel Ebner1-1/+3
2020-06-20apache-kafka: 2.4.0 -> 2.4.1/2.5.0Thomas Depierre1-2/+7
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-01-10kafka: Add 2.4Tim Steinbach1-0/+5
2020-01-09kafka: 2.3.0 -> 2.3.1Tim Steinbach1-2/+2
2019-10-03kafka: Fix stop script in pure environmentsPhilipp Hausmann1-2/+5
2019-10-02kafka: Add 2.3Tim Steinbach1-0/+5
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-06-13kafka: 2.2.0 -> 2.2.1Tim Steinbach1-2/+2
2019-04-01kafka: Add 2.2Tim Steinbach1-0/+5
2019-04-01kafka: 2.1.0 -> 2.1.1Tim Steinbach1-2/+2
2018-12-05kafka: Add 2.1Tim Steinbach1-0/+5
2018-12-05kafka: 2.0.0 -> 2.0.1Tim Steinbach1-2/+2
2018-09-15apacheKafka_0_10: 0.10.2.1 -> 0.10.2.2Maximilian Bode1-2/+2
2018-09-15apacheKafka_0_11: 0.11.0.1 -> 0.11.0.3Maximilian Bode1-2/+2
2018-09-15apacheKafka_1_0: 1.0.1 -> 1.0.2Maximilian Bode1-2/+2
2018-09-15apacheKafka_1_1: 1.1.0 -> 1.1.1Maximilian Bode1-2/+2
2018-09-15apacheKafka: 1.1.0 -> 2.0.0Maximilian Bode1-0/+5
2018-07-06apache-kafka: add missing gnugrep gnused and coreutils deps (#43111)Jaka Hudoklin1-3/+3
2018-05-31kafka: include Kafka Connect shell scripts (#41322)Colin King1-0/+1
Kafka Connect is a newer addition to Kafka and these scripts may be handy to keep around.
2018-05-16kafka: Add 1.1Tim Steinbach1-0/+5
2018-05-16kafka: 1.0.0 -> 1.0.1Tim Steinbach1-2/+2
2017-11-02kafka: Remove 0.8Tim Steinbach1-5/+0
2017-11-02kafka: Default to 1.0Tim Steinbach1-1/+1
2017-11-02kafka: 0.10.2.0 -> 0.10.2.1Tim Steinbach1-2/+2
2017-11-02kafka: Add 1.0.0Tim Steinbach1-0/+5
2017-11-02kafka: Add 0.11.0.1Tim Steinbach1-12/+20
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2017-03-03kafka: 0.10.1.1 -> 0.10.2.0Pradeep Chhetri1-3/+3
2017-02-18kafka: 0.8.2.1 -> 0.8.2.2Pradeep Chhetri1-2/+2
2017-02-17kafka: 0.10.1.0 -> 0.10.1.1Pradeep Chhetri1-2/+2
2016-10-26kafka: 0.10.0.1 -> 0.10.1.0Tim Steinbach1-2/+2