Skip to content

Commit

Permalink
Revert "arrow-cpp: 0.9.0 -> 0.10.0" (#45991)
Browse files Browse the repository at this point in the history
Hold off the upgrade until parquet 1.5.0 is released.

This reverts commit 72d6307.

(cherry picked from commit 992d64b)
  • Loading branch information
veprbl authored and xeji committed Sep 3, 2018
1 parent 05c52a7 commit 6c988bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/arrow-cpp/default.nix
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "arrow-cpp-${version}";
version = "0.10.0";
version = "0.9.0";

src = fetchurl {
url = "mirror://apache/arrow/arrow-${version}/apache-arrow-${version}.tar.gz";
sha256 = "0bc4krapz1kzdm16npzmgdz7zvg9lip6rnqbwph8vfn7zji0fcll";
sha256 = "16l91fixb5dgx3v6xc73ipn1w1hjgbmijyvs81j7ywzpna2cdcdy";
};

sourceRoot = "apache-arrow-${version}/cpp";
Expand Down

0 comments on commit 6c988bc

Please sign in to comment.