Skip to content

Commit

Permalink
datafusion-cli: 43.0.0 -> 44.0.0 (#370459)
Browse files Browse the repository at this point in the history
  • Loading branch information
happysalada authored Jan 3, 2025
2 parents d33cc2b + f03fef0 commit 013bcf2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/da/datafusion-cli/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@

rustPlatform.buildRustPackage rec {
pname = "datafusion-cli";
version = "43.0.0";
version = "44.0.0";

src = fetchFromGitHub {
name = "datafusion-cli-source";
owner = "apache";
repo = "arrow-datafusion";
rev = version;
sha256 = "sha256-/7qiVjvWwcRrCyXbQfcyzT6TcsLf/NyDVpIEJjzJHEc=";
sha256 = "sha256-235z+dyEt36sPY2UMVMMdakrDe2WWqPCk2/flEX6s4Y=";
};

sourceRoot = "${src.name}/datafusion-cli";

cargoHash = "sha256-oKrfaaBnbCuIkz2p94rnIN71b/GrvYxAji7Eo3bcS14=";
cargoHash = "sha256-jqL/o4vSTJfQEFurtmNoi8pNzCLslhqlNKISm8dp6hs=";

buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
darwin.apple_sdk.frameworks.Security
Expand Down

0 comments on commit 013bcf2

Please sign in to comment.