1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 21:21:06 +00:00

rdkafka: 0.11.6 -> 1.0.0

This commit is contained in:
Tim Steinbach 2019-04-01 08:51:48 -04:00
parent 5aef5c5931
commit 2fc28603b8
No known key found for this signature in database
GPG key ID: 6C654787275A64F1

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "rdkafka-${version}";
version = "0.11.6";
version = "1.0.0";
src = fetchFromGitHub {
owner = "edenhill";
repo = "librdkafka";
rev = "v${version}";
sha256 = "17fah3x71ipnzvlj0yg8hfmqkk91s942z34p681r4k8giv7avm30";
sha256 = "1k4lk2vvvni87brs3j51by3j69ff2892jiq2f4979sxncq0apzlg";
};
nativeBuildInputs = [ pkgconfig ];