diff options
| author | Sergei Trofimovich <slyich@gmail.com> | 2024-06-20 20:05:42 +0100 |
|---|---|---|
| committer | Sergei Trofimovich <slyich@gmail.com> | 2024-06-20 20:05:42 +0100 |
| commit | ff584098ef54faf57bf34146b85edce49874c78c (patch) | |
| tree | 33ed074d2863af333683b964ee745f53afdb2db4 /pkgs/data | |
| parent | Merge pull request #302645 from anthonyroussel/fix-samba (diff) | |
| download | nixpkgs-ff584098ef54faf57bf34146b85edce49874c78c.tar.gz | |
man-pages: 6.9 -> 6.9.1
Changes: https://lore.kernel.org/linux-kernel/v25al3xd6xkv5iu5u6msz4bdj5gpmqkctsyvexjvs57jgqow44@xycbebp4iqf5/T/
Diffstat (limited to 'pkgs/data')
| -rw-r--r-- | pkgs/data/documentation/man-pages/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/data/documentation/man-pages/default.nix b/pkgs/data/documentation/man-pages/default.nix index 1a58c4380a76..b6b891ac462a 100644 --- a/pkgs/data/documentation/man-pages/default.nix +++ b/pkgs/data/documentation/man-pages/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "man-pages"; - version = "6.9"; + version = "6.9.1"; src = fetchurl { url = "mirror://kernel/linux/docs/man-pages/${pname}-${version}.tar.xz"; - hash = "sha256-0Uyv9UzGYvNLG3C89i1OJ+TC/SYGcqNbbnSvcbP3H4g="; + hash = "sha256-4jy6wp8RC6Vx8NqFI+edNzaRRm7X8qMTAXIYF9NFML0="; }; makeFlags = [ |
