Skip to content

Commit

Permalink
[staging-next] arrow-cpp: 18.0.0 -> 18.1.0; add boost 187 patch (#371824
Browse files Browse the repository at this point in the history
)
  • Loading branch information
FliegendeWurst authored Jan 7, 2025
2 parents a0509da + 83fc4d7 commit e0b6c77
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions pkgs/by-name/ar/arrow-cpp/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ let
hash = "sha256-zLWJOWcW7OYL32OwBm9VFtHbmG+ibhteRfHlKr9G3CQ=";
};

version = "18.0.0";
version = "18.1.0";
in
stdenv.mkDerivation (finalAttrs: {
pname = "arrow-cpp";
Expand All @@ -89,7 +89,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "apache";
repo = "arrow";
rev = "apache-arrow-${version}";
hash = "sha256-V2lOYOUJwXSvPPk2G17uc1eZO88EATHKwwDnEroBrPw=";
hash = "sha256-Jo3be5bVuDaDcSbW3pS8y9Wc2sz1W2tS6QTwf0XpODA";
};

sourceRoot = "${finalAttrs.src.name}/cpp";
Expand All @@ -103,6 +103,13 @@ stdenv.mkDerivation (finalAttrs: {
includes = [ "src/arrow/buffer_test.cc" ];
hash = "sha256-ZHkznOilypi1J22d56PhLlw/hbz8RqwsOGDMqI1NsMs=";
})
# https://github.com/apache/arrow/pull/45057 remove on update
(fetchpatch {
name = "boost-187.patch";
url = "https://github.com/apache/arrow/commit/5ec8b64668896ff06a86b6a41e700145324e1e34.patch";
relative = "cpp";
hash = "sha256-GkB7u4YnnaCApOMQPYFJuLdY7R2LtLzKccMEpKCO9ic=";
})
];

# versions are all taken from
Expand Down

0 comments on commit e0b6c77

Please sign in to comment.