about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-03-21 05:07:41 +0000
committerJon <jonringer@users.noreply.github.com>2020-03-21 17:53:34 -0700
commitb0c75e811a6ad20f2f23f6392eae06a4d854c4dd (patch)
tree044547627ea3a7d1f687ca77b9921f38ef789bc0 /pkgs
parentf08105e7b3a595203e6243d92c5a4ee35c62e02e (diff)
downloadnixlib-b0c75e811a6ad20f2f23f6392eae06a4d854c4dd.tar
nixlib-b0c75e811a6ad20f2f23f6392eae06a4d854c4dd.tar.gz
nixlib-b0c75e811a6ad20f2f23f6392eae06a4d854c4dd.tar.bz2
nixlib-b0c75e811a6ad20f2f23f6392eae06a4d854c4dd.tar.lz
nixlib-b0c75e811a6ad20f2f23f6392eae06a4d854c4dd.tar.xz
nixlib-b0c75e811a6ad20f2f23f6392eae06a4d854c4dd.tar.zst
nixlib-b0c75e811a6ad20f2f23f6392eae06a4d854c4dd.zip
tiledb: 1.7.5 -> 1.7.6
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/tiledb/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/tiledb/default.nix b/pkgs/development/libraries/tiledb/default.nix
index d1aea0c82a2c..a20e4383278b 100644
--- a/pkgs/development/libraries/tiledb/default.nix
+++ b/pkgs/development/libraries/tiledb/default.nix
@@ -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 = [
@@ -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 ];