about summary refs log tree commit diff
path: root/pkgs/tools/misc/man-db
diff options
context:
space:
mode:
authorIngo Blechschmidt <iblech@speicherleck.de>2022-11-13 17:37:10 +0100
committerIngo Blechschmidt <iblech@speicherleck.de>2022-11-13 17:37:10 +0100
commitfaaceef064934497da4a83820220edd8893807cf (patch)
treeef194bc39eda01fca074989943b3950a18a60a89 /pkgs/tools/misc/man-db
parent6e71b0e633afda6507aae89b320b25c1554fe988 (diff)
man-db: 2.10.2 -> 2.11.0
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 4c23143b103ee..ba287bf45794c 100644
--- a/pkgs/tools/misc/man-db/default.nix
+++ b/pkgs/tools/misc/man-db/default.nix
@@ -16,11 +16,11 @@
 
 stdenv.mkDerivation rec {
   pname = "man-db";
-  version = "2.10.2";
+  version = "2.11.0";
 
   src = fetchurl {
     url = "mirror://savannah/man-db/man-db-${version}.tar.xz";
-    sha256 = "sha256-7peVTUkqE3MZA8nQcnubAeUIntvWlfDNtY1AWlr1UU0=";
+    sha256 = "sha256-QTDhpiQSgDWe9eJdrsaFUzwKGTBnSRYgKrBXnlojLFE=";
   };
 
   outputs = [ "out" "doc" ];