Skip to content

Commit

Permalink
tiledb: 1.7.5 -> 1.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and jonringer committed Mar 22, 2020
1 parent f08105e commit b0c75e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/libraries/tiledb/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@

stdenv.mkDerivation rec {
pname = "tiledb";
version = "1.7.5";
version = "1.7.6";

src = fetchFromGitHub {
owner = "TileDB-Inc";
repo = "TileDB";
rev = version;
sha256 = "1fx0db4x0vcahzk5lk2p0ls644s48vfz7mf9qgsr72pplyn1kcnc";
sha256 = "0khxd1w5piqkxjiibnfvxcpk9lb8pi5x95zll5qs7vpbznn56b18";
};

nativeBuildInputs = [
Expand Down Expand Up @@ -67,7 +67,7 @@ stdenv.mkDerivation rec {

meta = with lib; {
description = "TileDB allows you to manage the massive dense and sparse multi-dimensional array data";
homepage = https://github.com/TileDB-Inc/TileDB;
homepage = "https://github.com/TileDB-Inc/TileDB";
license = licenses.mit;
platforms = [ "x86_64-linux"];
maintainers = with maintainers; [ rakesh4g ];
Expand Down

0 comments on commit b0c75e8

Please sign in to comment.