Skip to content

Commit

Permalink
rdkafka: 2.6.0 -> 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 29, 2024
1 parent 6832176 commit 6252fe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/rd/rdkafka/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "rdkafka";
version = "2.6.0";
version = "2.6.1";

src = fetchFromGitHub {
owner = "confluentinc";
repo = "librdkafka";
rev = "refs/tags/v${finalAttrs.version}";
sha256 = "sha256-QjmVu9d/wlLjt5WWyZi+WEWibfDUynHGvTwLbH36T84=";
sha256 = "sha256-qgy5VVB7H0FECtQR6HkTJ58vrHIU9TAFurDNuZGGgvw=";
};

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

0 comments on commit 6252fe3

Please sign in to comment.