3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #45278 from veprbl/pr/arrow-cpp_0.10.0_bump

arrow-cpp: 0.9.0 -> 0.10.0
This commit is contained in:
Jörg Thalheim 2018-08-19 14:49:26 +01:00 committed by GitHub
commit 035906ce66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";