Merge pull request #103572 from r-ryantm/auto-update/tiledb

tiledb: 2.0.7 -> 2.1.2
This commit is contained in:
Mario Rodas 2020-11-12 20:41:05 -05:00 committed by GitHub
commit ef86e36da7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -21,13 +21,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "tiledb"; pname = "tiledb";
version = "2.0.7"; version = "2.1.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "TileDB-Inc"; owner = "TileDB-Inc";
repo = "TileDB"; repo = "TileDB";
rev = version; rev = version;
sha256 = "00g8ibsbnl4wjfx3qg4qy6s7z6dsj898j0yqfhw1gjr1pb5dsapb"; sha256 = "12f3jvb9b6ji5w2n2k3sjn156ikaf06mriwbqlc54ii1zznaw43r";
}; };
# (bundled) blosc headers have a warning on some archs that it will be using # (bundled) blosc headers have a warning on some archs that it will be using