Merge pull request #302190 from trofi/man-update

man: 2.12.0 -> 2.12.1
This commit is contained in:
Mario Rodas 2024-04-09 07:51:09 -05:00 committed by GitHub
commit 04653ed255
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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" ];