Skip to content

Commit

Permalink
talloc: 2.1.16 -> 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Mar 3, 2020
1 parent 7921733 commit 43568a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/libraries/talloc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

stdenv.mkDerivation rec {
pname = "talloc";
version = "2.1.16";
version = "2.3.1";

src = fetchurl {
url = "mirror://samba/talloc/${pname}-${version}.tar.gz";
sha256 = "1aajda08yf7njgvg6r21ccxlvkarb9bwvf4jqh8yn3871a1zcnqr";
sha256 = "0xwzgzrqamfdlklwacp9d219pqkah0yfrhxb1j7bxlmgzp924j7g";
};

nativeBuildInputs = [ pkgconfig fixDarwinDylibNames python wafHook
Expand All @@ -35,7 +35,7 @@ stdenv.mkDerivation rec {

meta = with stdenv.lib; {
description = "Hierarchical pool based memory allocator with destructors";
homepage = https://tdb.samba.org/;
homepage = "https://tdb.samba.org/";
license = licenses.gpl3;
platforms = platforms.all;
};
Expand Down

0 comments on commit 43568a2

Please sign in to comment.