summary refs log tree commit diff
path: root/pkgs/development/tools/kafkacat
Commit message (Collapse)AuthorAge
* kafkacat: enable Avro message deserializationOlli Helenius2021-06-20
| | | | | kafkacat supports Avro message deserialization using the Confluent Schema-Registry if libavro-c and libserdes are available.
* pkgs/development/tools: stdenv.lib -> libBen Siraphob2021-01-23
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
* kafkacat: 1.5.0 -> 1.6.0R. RyanTM2020-07-24
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* kafkacat: 1.4.0 -> 1.5.0R. RyanTM2019-09-26
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/kafkacat/versions
* treewide: remove redundant quotesvolth2019-09-08
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* kafkacat: 1.3.1 -> 1.4.0R. RyanTM2019-04-14
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/kafkacat/versions
* kafkacat: fix sandboxed buildPiotr Bogdan2017-11-03
|
* kafkacat: init at 1.3.1Judson2017-09-29