tiledb: 2.18.0 -> 2.18.2

This commit is contained in:
Kirill Radzikhovskyy 2023-12-02 19:40:16 +11:00
parent b08671a4f5
commit 4ff7f41073

View File

@ -34,13 +34,13 @@ let
in
stdenv.mkDerivation rec {
pname = "tiledb";
version = "2.18.0";
version = "2.18.2";
src = fetchFromGitHub {
owner = "TileDB-Inc";
repo = "TileDB";
rev = version;
hash = "sha256-y5/kXODzkNKmMn8P+WOOWGy9Htd0nhXbUxmfw/SqSYY=";
hash = "sha256-uLiXhigYz3v7NgY38twot3sBHxZS5QCrOiPfME4wWzE=";
};
patches = [