about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-03-04 20:15:35 -0500
committerGitHub <noreply@github.com>2020-03-04 20:15:35 -0500
commit778ecbad31bd686f2a966ddadf69c8031eddc13c (patch)
tree8dcc939ce32fffdd18b57925c87ab72428d33e58 /pkgs/development
parent9b99706ee2e3d38381c0106e00dae9207978543c (diff)
parent43568a2f048b22a9941bdf46407e9b8ec92a91cd (diff)
Merge pull request #81644 from r-ryantm/auto-update/talloc
talloc: 2.1.16 -> 2.3.1
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/talloc/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/talloc/default.nix b/pkgs/development/libraries/talloc/default.nix
index 4c0b16c140b68..9e9bc1c804bbd 100644
--- a/pkgs/development/libraries/talloc/default.nix
+++ b/pkgs/development/libraries/talloc/default.nix
@@ -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
@@ -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;
   };