Skip to content

Commit

Permalink
arrow-cpp: 0.9.0 -> 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Aug 17, 2018
1 parent aa5a93e commit 72d6307
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/arrow-cpp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

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

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

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

0 comments on commit 72d6307

Please sign in to comment.