Merge pull request #271615 from kirillrdy/tiledb

tiledb: 2.18.0 -> 2.18.2
This commit is contained in:
Mario Rodas 2023-12-02 16:14:20 -05:00 committed by GitHub
commit 31b773d372
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [