Skip to content

Commit b7ed6ef

Browse files
committedMay 4, 2017
man-pages: 4.09 -> 4.11
1 parent 7d3f1d9 commit b7ed6ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/data/documentation/man-pages/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
stdenv.mkDerivation rec {
44
name = "man-pages-${version}";
5-
version = "4.09";
5+
version = "4.11";
66

77
src = fetchurl {
88
url = "mirror://kernel/linux/docs/man-pages/${name}.tar.xz";
9-
sha256 = "1740gq9sq28dp5a5sjn1ya7cvrv8mbky6knb7734v8k29a7a0x55";
9+
sha256 = "097m0gsbaz0gf9ir4lmph3h5jj6wmydk1rglfz82dysybx4q1pmd";
1010
};
1111

1212
makeFlags = [ "MANDIR=$(out)/share/man" ];

0 commit comments

Comments
 (0)