about summary refs log tree commit diff
path: root/pkgs/tools/misc/man-db
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2022-11-27 18:15:02 +0100
committerVladimír Čunát <v@cunat.cz>2022-11-27 18:15:02 +0100
commit7227dfb7d8fd9daf6479c8e08c69ddf768eea1a3 (patch)
tree8ea098d344131b86f2918b319f3987cf478f43c2 /pkgs/tools/misc/man-db
parentfaaceef064934497da4a83820220edd8893807cf (diff)
man-db: 2.11.0 -> 2.11.1
https://gitlab.com/man-db/man-db/-/blob/2.11.1/NEWS.md
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 ba287bf45794c..13246255d7ac9 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.11.0";
+  version = "2.11.1";
 
   src = fetchurl {
     url = "mirror://savannah/man-db/man-db-${version}.tar.xz";
-    sha256 = "sha256-QTDhpiQSgDWe9eJdrsaFUzwKGTBnSRYgKrBXnlojLFE=";
+    sha256 = "sha256-LquqUlE0mEfenJ5DxjTZhsvMb4dkLR2cuGCOwYSHtsw=";
   };
 
   outputs = [ "out" "doc" ];