lol

arrow-cpp: pin protobuf_29 for now

+4 -1
+4 -1
pkgs/by-name/ar/arrow-cpp/package.nix
··· 36 36 openssl, 37 37 perl, 38 38 pkg-config, 39 - protobuf, 39 + protobuf_29, 40 40 python3, 41 41 rapidjson, 42 42 re2, ··· 57 57 }: 58 58 59 59 let 60 + # https://github.com/apache/arrow/issues/45807 61 + protobuf = protobuf_29; 62 + 60 63 arrow-testing = fetchFromGitHub { 61 64 name = "arrow-testing"; 62 65 owner = "apache";