Skip to content

Commit

Permalink
rdkafka: 2.1.1 -> 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored and tm-drtina committed Jul 29, 2024
1 parent aa02466 commit 58511f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/rdkafka/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "rdkafka";
version = "2.1.1";
version = "2.2.0";

src = fetchFromGitHub {
owner = "confluentinc";
repo = "librdkafka";
rev = "v${version}";
sha256 = "sha256-MwPRnD/S8o1gG6RWq2tKxqdpGum4FB5K8bHPAvlKW10=";
sha256 = "sha256-v/FjnDg22ZNQHmrUsPvjaCs4UQ/RPAxQdg9i8k6ba/4=";
};

nativeBuildInputs = [ pkg-config python3 which ];
Expand Down

0 comments on commit 58511f1

Please sign in to comment.