tiledb: 2.2.3 -> 2.2.4
This commit is contained in:
parent
afcea01614
commit
0a75bb208a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue