phpExtensions.rdkafka: 6.0.3 -> 6.0.4
This commit is contained in:
@@ -7,9 +7,8 @@
|
||||
|
||||
buildPecl {
|
||||
pname = "rdkafka";
|
||||
|
||||
version = "6.0.3";
|
||||
sha256 = "sha256-Euqrl21JaX4x8WOLR4ietexhrbdYcIlBESsVf47H3Ug=";
|
||||
version = "6.0.4";
|
||||
hash = "sha256-DZc5YxOjFnruSZqVFtqFzKJa+Y5fS1XaxVVBAJvzWlk=";
|
||||
|
||||
buildInputs = [
|
||||
rdkafka
|
||||
@@ -21,10 +20,10 @@ buildPecl {
|
||||
--replace-fail 'SEARCH_PATH="/usr/local /usr"' 'SEARCH_PATH=${lib.getInclude rdkafka}'
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Kafka client based on librdkafka";
|
||||
license = licenses.mit;
|
||||
license = lib.licenses.mit;
|
||||
homepage = "https://github.com/arnaud-lb/php-rdkafka";
|
||||
teams = [ teams.php ];
|
||||
teams = [ lib.teams.php ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user