rdkafka: 0.9.5 -> 0.11.3

Semi-automatic update. These checks were performed:

- built on NixOS
- found 0.11.3 with grep in /nix/store/z53qgvkdj04v2wspk7ril70qy1ckwh8k-rdkafka-0.11.3
- found 0.11.3 in filename of file in /nix/store/z53qgvkdj04v2wspk7ril70qy1ckwh8k-rdkafka-0.11.3

cc "@boothead @wkennington"
This commit is contained in:
Ryan Mulligan 2018-02-27 13:03:06 -08:00
parent 6a10134205
commit 32cecea960

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "rdkafka-${version}";
version = "0.9.5";
version = "0.11.3";
src = fetchFromGitHub {
owner = "edenhill";
repo = "librdkafka";
rev = "v${version}";
sha256 = "0yp8vmj3yc564hcmhx46ssyn8qayywnsrg4wg67qk6jw967qgwsn";
sha256 = "17ghq0kzk2fdpxhr40xgg3s0p0n0gkvd0d85c6jsww3mj8v5xd14";
};
nativeBuildInputs = [ pkgconfig ];