tdb: 1.3.15 -> 1.3.16

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/tdb/versions.
This commit is contained in:
R. RyanTM 2018-07-12 18:37:41 -07:00
parent 2698bb461f
commit 2261e74091

View File

@ -3,11 +3,11 @@
}:
stdenv.mkDerivation rec {
name = "tdb-1.3.15";
name = "tdb-1.3.16";
src = fetchurl {
url = "mirror://samba/tdb/${name}.tar.gz";
sha256 = "0a37jhpij8wr4f4pjqdlwnffy2l6a2vkqdpz1bqxj6v06cwbz8dl";
sha256 = "1ibcz466xwk1x6xvzlgzd5va4lyrjzm3rnjak29kkwk7cmhw4gva";
};
nativeBuildInputs = [ pkgconfig ];