talloc: 2.1.3 -> 2.1.5

This commit is contained in:
William A. Kennington III 2015-11-07 18:51:59 -08:00
parent d6f46e31af
commit 863ef41025

View file

@ -3,11 +3,11 @@
}:
stdenv.mkDerivation rec {
name = "talloc-2.1.3";
name = "talloc-2.1.5";
src = fetchurl {
url = "mirror://samba/talloc/${name}.tar.gz";
sha256 = "1c1c3zs13qyripjwcjpz2hqc3p9p50m5yl95gdrrrvyl49dzg9bs";
sha256 = "1pfx3kmj973hpacfw46fzfnjd7ms1j03ifkc30wk930brx8ffcrq";
};
buildInputs = [
@ -24,10 +24,6 @@ stdenv.mkDerivation rec {
"--builtin-libraries=replace"
];
postInstall = ''
ar qf $out/lib/libtalloc.a bin/default/talloc_5.o
'';
meta = with stdenv.lib; {
description = "Hierarchical pool based memory allocator with destructors";
homepage = http://tdb.samba.org/;