phpExtensions.rdkafka: 6.0.3 -> 6.0.4

This commit is contained in:
Saterfield990
2025-07-10 12:00:31 +03:00
parent 00b78bd247
commit d4780ca586
@@ -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 ];
};
}