Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f80d50632479
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b8b560699462
Choose a head ref
  • 3 commits
  • 1 file changed
  • 3 contributors

Commits on Dec 24, 2019

  1. tiledb: 1.7.0 -> 1.7.1

    r-ryantm committed Dec 24, 2019
    Copy the full SHA
    1d8e9b1 View commit details

Commits on Jan 4, 2020

  1. tiledb: 1.7.1 -> 1.7.2

    markuskowa committed Jan 4, 2020
    Copy the full SHA
    79558d3 View commit details

Commits on Jan 6, 2020

  1. Merge pull request #76434 from r-ryantm/auto-update/tiledb

    tiledb: 1.7.0 -> 1.7.2
    marsam authored Jan 6, 2020
    Copy the full SHA
    b8b5606 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/tiledb/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/tiledb/default.nix
Original file line number Diff line number Diff line change
@@ -20,13 +20,13 @@

stdenv.mkDerivation rec {
pname = "tiledb";
version = "1.7.0";
version = "1.7.2";

src = fetchFromGitHub {
owner = "TileDB-Inc";
repo = "TileDB";
rev = version;
sha256 = "07wh9q72vsaf5j2m2c6cfmllwhr3m9f8xzg8h0i6mhd7d0wr4lna";
sha256 = "00ykfc7p6n0nc97lvjnqjar95xyv8b2b77cjqczy03wh5i4gmifj";
};

nativeBuildInputs = [