lol

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

+2 -4
+2 -4
pkgs/data/documentation/man-pages/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "man-pages"; 5 - version = "6.7"; 5 + version = "6.8"; 6 6 7 7 src = fetchurl { 8 8 url = "mirror://kernel/linux/docs/man-pages/${pname}-${version}.tar.xz"; 9 - hash = "sha256-gkA61LwXqtuST2hji3nWkwssvVUVMSSKepaId52077I="; 9 + hash = "sha256-ucawpCD4ORSL4EsvwTqFaSMTco1U1HxpyKE4N5Zl0iY="; 10 10 }; 11 11 12 12 makeFlags = [ 13 - # Clobber /usr/bin/env with the one in PATH. 14 - "SHELL=env" 15 13 "prefix=${placeholder "out"}" 16 14 ]; 17 15