Skip to content

Commit

Permalink
arrow-cpp: 17.0.0 -> 18.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tobim committed Oct 26, 2024
1 parent 76024d0 commit 69bc20e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/by-name/ar/arrow-cpp/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -73,20 +73,20 @@ let
name = "parquet-testing";
owner = "apache";
repo = "parquet-testing";
rev = "74278bc4a1122d74945969e6dec405abd1533ec3";
hash = "sha256-WbpndtAviph6+I/F2bevuMI9DkfSv4SMPgMaP98k6Qo=";
rev = "cb7a9674142c137367bf75a01b79c6e214a73199";
hash = "sha256-o1KvBZw4QQ4ivKFens0DD4N1rQSwzBsXGomVYKkBlsA=";
};

in
stdenv.mkDerivation (finalAttrs: {
pname = "arrow-cpp";
version = "17.0.0";
version = "18.0.0";

src = fetchFromGitHub {
owner = "apache";
repo = "arrow";
rev = "apache-arrow-17.0.0";
hash = "sha256-ZQqi1RFb4Ey0A0UVCThuIxM7DoFfkLwaeRAc2z8u9so=";
rev = "apache-arrow-18.0.0-rc0";
hash = "sha256-V2lOYOUJwXSvPPk2G17uc1eZO88EATHKwwDnEroBrPw=";
};

sourceRoot = "${finalAttrs.src.name}/cpp";
Expand Down

0 comments on commit 69bc20e

Please sign in to comment.