Skip to content

Commit

Permalink
Chore/dep and version updates (#80)
Browse files Browse the repository at this point in the history
* update flake.lock

* update rdkafka version
  • Loading branch information
AnthonyEnr1quez authored Nov 10, 2023
1 parent 7c312d5 commit 770fb04
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 19 deletions.
30 changes: 15 additions & 15 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions hosts/darwin/MacBook-Pro-2/direnvs/mf/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 11 additions & 1 deletion hosts/darwin/MacBook-Pro-2/direnvs/mf/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@
vendorSha256 = "sha256-ix72uivcxw2TzYZnifjbjT0sogdZk5PNEEVpfgitJkY=";
};

librdkafka = pkgs.rdkafka.overrideAttrs (_: rec {
version = "2.3.0";
src = pkgs.fetchFromGitHub {
owner = "confluentinc";
repo = "librdkafka";
rev = "v${version}";
sha256 = "sha256-F67aKmyMmqBVG5sF8ZwqemmfvVi/0bDjaiugKKSipuA=";
};
});

# Function to create a basic shell script package
# https://www.ertt.ca/nix/shell-scripts/#org6f67de6
# https://github.com/ponkila/HomestakerOS/blob/56523feb33a4e797a1a12e9e11321b6d4b6ce635/flake.nix#L39
Expand Down Expand Up @@ -69,7 +79,7 @@
{
devShells.default = pkgs.mkShellNoCC {
packages = with pkgs; [
rdkafka
librdkafka
pkg-config
libxml2
libxml2.dev
Expand Down

0 comments on commit 770fb04

Please sign in to comment.