tiledb: 2.2.3 -> 2.2.4

This commit is contained in:
R. RyanTM 2021-02-18 17:28:59 +00:00
parent afcea01614
commit 0a75bb208a
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.2.3"; version = "2.2.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "TileDB-Inc"; owner = "TileDB-Inc";
repo = "TileDB"; repo = "TileDB";
rev = version; rev = version;
sha256 = "sha256-QYJ5dJQyVy0GLVKRcwb2WBK4IE1q/jXl1OQGau0HBSg="; sha256 = "sha256-xzzWB20vhnneiqJqZAeSUjZouqhPPg2bGaot1IQDMEo=";
}; };
# (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