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

rdkafka: 1.2.2 -> 1.3.0

This commit is contained in:
R. RyanTM 2019-12-08 09:21:12 -08:00
parent 51ef7c3e49
commit 94a75baddf

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "rdkafka";
version = "1.2.2";
version = "1.3.0";
src = fetchFromGitHub {
owner = "edenhill";
repo = "librdkafka";
rev = "v${version}";
sha256 = "1daikjr2wcjxcys41hfw3vg2mqk6cy297pfcl05s90wnjvd7fkqk";
sha256 = "1arwpvva2b1m3yd618s59v38gwsi0nnm07g6yc9dapcgxrkg5n0h";
};
nativeBuildInputs = [ pkgconfig ];