about summary refs log tree commit diff
path: root/pkgs/tools/misc/man-db
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-11-07 18:53:06 -0800
committerWilliam A. Kennington III <william@wkennington.com>2015-11-07 18:53:08 -0800
commitb2b568d782b95001f3bec5ddfbbed5461355c6b3 (patch)
treec804ca1261bed9a066858458d4792f24c42c2ee2 /pkgs/tools/misc/man-db
parent1c72ed0ffc5f167ebb79c866d5563a352827faed (diff)
man-db: 2.7.3 -> 2.7.5
Diffstat (limited to 'pkgs/tools/misc/man-db')
-rw-r--r--pkgs/tools/misc/man-db/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/man-db/default.nix b/pkgs/tools/misc/man-db/default.nix
index 69af77e18677f..3ec429269a347 100644
--- a/pkgs/tools/misc/man-db/default.nix
+++ b/pkgs/tools/misc/man-db/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, pkgconfig, libpipeline, db, groff }:
  
 stdenv.mkDerivation rec {
-  name = "man-db-2.7.3";
+  name = "man-db-2.7.5";
   
   src = fetchurl {
     url = "mirror://savannah/man-db/${name}.tar.xz";
-    sha256 = "1shl07w3251ih6g6zx3xa3p1193difxwdz4ysnmff1v0jp4l8iwx";
+    sha256 = "056a3il7agfazac12yggcg4gf412yq34k065im0cpfxbcw6xskaw";
   };
   
   buildInputs = [ pkgconfig libpipeline db groff ];