man-pages: 4.06 -> 4.07

This commit is contained in:
mimadrid 2016-07-21 12:06:01 +02:00
parent a78ecb0d33
commit 02c6dd0e70
No known key found for this signature in database
GPG key ID: 4D0F6894D41C6957

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "man-pages-${version}";
version = "4.06";
version = "4.07";
src = fetchurl {
url = "mirror://kernel/linux/docs/man-pages/${name}.tar.xz";
sha256 = "0vv056k9yyf05dqal9m2pq3pv9c8lnp7i5rjxvcnic6aq7vyrafb";
sha256 = "1vimj3va16plxmv46rw6nzw4m9l11hb7r1d217y1bjpd5q8nw8qz";
};
# keep developer docs separately (man2 and man3)