Unverified Commit b572449d authored by Krzysztof Nazarewski's avatar Krzysztof Nazarewski
Browse files

ceph: update `arrow-cpp` with CMake 4 support

parent 0b4defa2
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -106,6 +106,12 @@ stdenv.mkDerivation (finalAttrs: {
      hash = "sha256-WTpe/eT3himlCHN/R78w1sF0HG859mE2ZN70U+9N8Ag=";
      stripLen = 1;
    })
    (fetchpatch2 {
      name = "cmake-fix.patch";
      url = "https://github.com/apache/arrow/commit/48c0bbbd4a2eedcca518caeb7f7547c7988dc740.patch?full_index=1";
      hash = "sha256-i/vZy/61VYP+mo1AxfoiBSjTip04vhFOh3hGjHCJy6g=";
      stripLen = 1; # applying patch from within `cpp/` subdirectory
    })
  ];

  # versions are all taken from