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
+2 -2
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" ];