Sarah Brofeldt
425e707bb2
apacheKafka: Fix passthru of jre
...
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-26 15:41:40 +02:00
Benjamin Smith
fcf5df8aad
update hashes for new versions
2022-10-14 13:10:22 -07:00
Benjamin Smith
e55474ecc3
requested review changes, and kafka 3.3
2022-10-14 12:52:05 -07:00
github-actions
8231febc5d
Apache Kafka upgrade to 3.x
2022-10-14 12:47:06 -07:00
Robert Scott
2226cca1ed
apacheKafka: 2.8.1 -> 2.8.2
2022-09-28 22:59:43 +01:00
Robert Scott
aba4ef1f3f
apacheKafka: mark as sourceProvenance binaryBytecode
2022-08-06 00:17:51 +01:00
Jonathan Ringer
a37bebd666
kafka: update homepage
2021-12-28 09:59:12 -08:00
Robert Scott
7ce7805e9e
apacheKafka: 2.8.0 -> 2.8.1
2021-09-26 19:37:47 +01:00
Benjamin Smith
45c4b6b9e4
Apache Kafka: add 2.7.1 and 2.8.0 ( #128043 )
2021-08-05 13:01:59 +02:00
Sarah Brofeldt
fa4bb6566a
apacheKafka: init 2.6.1, make default
2021-03-10 08:10:32 +01:00
Sarah Brofeldt
f2edda94c5
apacheKafka: 2.5.0 -> 2.5.1 and adjust scala
...
Only 2.6.X recommends Scala 2.13, so use 2.12
2021-03-10 08:10:32 +01:00
Sarah Brofeldt
640961beb8
apacheKafka: Version-configurable JREs for package
2021-03-10 08:09:34 +01:00
Ben Siraphob
e03c068af5
treewide: makeWrapper buildInputs to nativeBuildInputs
2021-02-19 20:09:16 +07:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
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
2021-01-11 10:38:22 +01:00
Philipp Hausmann
a63c1a930f
kafka: remove old versions
2020-12-21 19:46:16 +01:00
Sarah Brofeldt
44289eb20c
Merge pull request #91170 from DianaOlympos/update/apache-kafka
...
apache-kafka: 2.4.0 -> 2.4.1/2.5.0
2020-09-21 15:42:26 +02:00
Gabriel Ebner
2c6535887c
apacheKafka*: use jre8
2020-09-19 15:38:51 +02:00
Thomas Depierre
8850a2c906
apache-kafka: 2.4.0 -> 2.4.1/2.5.0
2020-06-20 15:31:47 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Tim Steinbach
ada59cfd43
kafka: Add 2.4
2020-01-10 21:02:03 -05:00
Tim Steinbach
e116b4b331
kafka: 2.3.0 -> 2.3.1
2020-01-09 20:54:24 -05:00
Philipp Hausmann
7a9ca5ad1c
kafka: Fix stop script in pure environments
2019-10-03 13:37:48 -04:00
Tim Steinbach
25295972d4
kafka: Add 2.3
2019-10-02 07:37:44 -04:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
Tim Steinbach
3adc7979a1
kafka: 2.2.0 -> 2.2.1
2019-06-13 14:45:26 -04:00
Tim Steinbach
7b80c122cd
kafka: Add 2.2
2019-04-01 08:29:44 -04:00
Tim Steinbach
8ec5b8d4d2
kafka: 2.1.0 -> 2.1.1
2019-04-01 08:29:24 -04:00
Tim Steinbach
16f42b3694
kafka: Add 2.1
2018-12-05 00:06:07 +00:00
Tim Steinbach
17a7e0d89e
kafka: 2.0.0 -> 2.0.1
2018-12-05 00:06:07 +00:00
Maximilian Bode
5e21a5aa57
apacheKafka_0_10: 0.10.2.1 -> 0.10.2.2
2018-09-15 10:09:21 -04:00
Maximilian Bode
aa4fe884c8
apacheKafka_0_11: 0.11.0.1 -> 0.11.0.3
2018-09-15 10:09:21 -04:00
Maximilian Bode
27e8734642
apacheKafka_1_0: 1.0.1 -> 1.0.2
2018-09-15 10:09:21 -04:00
Maximilian Bode
00ed6a6b30
apacheKafka_1_1: 1.1.0 -> 1.1.1
2018-09-15 10:09:21 -04:00
Maximilian Bode
e5a5cd4806
apacheKafka: 1.1.0 -> 2.0.0
2018-09-15 10:09:21 -04:00
Jaka Hudoklin
588dbd714e
apache-kafka: add missing gnugrep gnused and coreutils deps ( #43111 )
2018-07-06 14:18:42 +02:00
Colin King
0b6dd07980
kafka: include Kafka Connect shell scripts ( #41322 )
...
Kafka Connect is a newer addition to Kafka and these scripts may be
handy to keep around.
2018-05-31 22:03:48 +02:00
Tim Steinbach
fe2deeb458
kafka: Add 1.1
2018-05-16 22:26:40 -04:00
Tim Steinbach
c65686c7f9
kafka: 1.0.0 -> 1.0.1
2018-05-16 22:13:43 -04:00
Tim Steinbach
30d4deccbd
kafka: Remove 0.8
2017-11-02 15:12:19 -04:00
Tim Steinbach
ace06a2bf1
kafka: Default to 1.0
2017-11-02 13:48:22 -04:00
Tim Steinbach
90f0fd9d0c
kafka: 0.10.2.0 -> 0.10.2.1
2017-11-02 13:48:01 -04:00
Tim Steinbach
46b09a8d55
kafka: Add 1.0.0
2017-11-02 13:46:07 -04:00
Tim Steinbach
51629d777d
kafka: Add 0.11.0.1
2017-11-02 13:37:24 -04:00
Silvan Mosberger
f5fa5fa4d6
pkgs: refactor needless quoting of homepage meta attribute ( #27809 )
...
* 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-08-01 22:03:30 +02:00
Pradeep Chhetri
2ac1a1da8b
kafka: 0.10.1.1 -> 0.10.2.0
2017-03-03 17:11:31 +05:30
Pradeep Chhetri
0db10d76d2
kafka: 0.8.2.1 -> 0.8.2.2
2017-02-18 13:24:53 +01:00
Pradeep Chhetri
a9584c9510
kafka: 0.10.1.0 -> 0.10.1.1
2017-02-17 11:13:29 +01:00
Tim Steinbach
61db1aaf70
kafka: 0.10.0.1 -> 0.10.1.0
2016-10-26 20:38:51 -04:00
Franz Pletz
a6d4ea4c2c
treewide: remove executable flags from .nix files
2016-09-27 22:15:00 +02:00
Susan Potter (@SusanPotter)
7cbab34379
apacheKafka: 0.9.0.1 -> 0.10.0.1
2016-08-14 16:36:02 -05:00