Sergei Trofimovich 2024-04-06 22:29:41 +01:00
parent f6eb921406
commit 8efea342ea
1 changed files with 2 additions and 2 deletions

View File

@ -16,11 +16,11 @@
stdenv.mkDerivation rec {
pname = "man-db";
version = "2.12.0";
version = "2.12.1";
src = fetchurl {
url = "mirror://savannah/man-db/man-db-${version}.tar.xz";
hash = "sha256-QVpihKInZK0i/w9mcQ2FO+d5DdRRzXFDbj0lx02ZapU=";
hash = "sha256-3e4kna63jPkrq3lMzQacyLV1mSJl6iDiOeiHFW6IAmU=";
};
outputs = [ "out" "doc" ];