We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 7d3f1d9 commit b7ed6efCopy full SHA for b7ed6ef
pkgs/data/documentation/man-pages/default.nix
@@ -2,11 +2,11 @@
2
3
stdenv.mkDerivation rec {
4
name = "man-pages-${version}";
5
- version = "4.09";
+ version = "4.11";
6
7
src = fetchurl {
8
url = "mirror://kernel/linux/docs/man-pages/${name}.tar.xz";
9
- sha256 = "1740gq9sq28dp5a5sjn1ya7cvrv8mbky6knb7734v8k29a7a0x55";
+ sha256 = "097m0gsbaz0gf9ir4lmph3h5jj6wmydk1rglfz82dysybx4q1pmd";
10
};
11
12
makeFlags = [ "MANDIR=$(out)/share/man" ];
0 commit comments