man-pages: 6.7 -> 6.8
Changes: https://lore.kernel.org/linux-man/je5cqtxomjonmjyzdkhalfxr5idkselxxgfybjtwupnocqgaai@hue4yy7hvory/T/#u Closes: https://github.com/NixOS/nixpkgs/issues/312797
This commit is contained in:
parent
8535fb9266
commit
939e2d94c2
@ -2,16 +2,14 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "man-pages";
|
||||
version = "6.7";
|
||||
version = "6.8";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://kernel/linux/docs/man-pages/${pname}-${version}.tar.xz";
|
||||
hash = "sha256-gkA61LwXqtuST2hji3nWkwssvVUVMSSKepaId52077I=";
|
||||
hash = "sha256-ucawpCD4ORSL4EsvwTqFaSMTco1U1HxpyKE4N5Zl0iY=";
|
||||
};
|
||||
|
||||
makeFlags = [
|
||||
# Clobber /usr/bin/env with the one in PATH.
|
||||
"SHELL=env"
|
||||
"prefix=${placeholder "out"}"
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user