Merge pull request #312813 from trofi/man-pages-fix-darwin

man-pages: 6.7 -> 6.8
This commit is contained in:
Weijia Wang 2024-05-22 00:40:52 +02:00 committed by GitHub
commit b1054704eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"}"
];