man-pages: 6.17 -> 6.18
Changelog: https://lore.kernel.org/linux-man/aekjQuAEaq1ILKAa@devuan/T/#u
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "man-pages";
|
||||
version = "6.17";
|
||||
version = "6.18";
|
||||
|
||||
# `man` is first: most people installing `man-pages` want man pages.
|
||||
# The binaries could be split to a seperate package (as upstream suggests),
|
||||
@@ -25,7 +25,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://kernel/linux/docs/man-pages/man-pages-${finalAttrs.version}.tar.xz";
|
||||
hash = "sha256-0Y8hpgKwl3ilqQlr8b6EQbdzPpmBUEdKzPcD0WX06/Q=";
|
||||
hash = "sha256-yTT63ItZdIxoIno09lgdLd+Cgrc83NUlRsjNiLdLJNE=";
|
||||
};
|
||||
|
||||
# See https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/man/man7/man.7,
|
||||
|
||||
Reference in New Issue
Block a user