kmod: 26 -> 27
This commit is contained in:
parent
dbb4452ee3
commit
1b6e357424
@ -8,11 +8,11 @@ let
|
|||||||
|
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
pname = "kmod";
|
pname = "kmod";
|
||||||
version = "26";
|
version = "27";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://kernel/linux/utils/kernel/${pname}/${pname}-${version}.tar.xz";
|
url = "mirror://kernel/linux/utils/kernel/${pname}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "17dvrls70nr3b3x1wm8pwbqy4r8a5c20m0dhys8mjhsnpg425fsp";
|
sha256 = "035wzfzjx4nwidk747p8n085mgkvy531ppn16krrajx2dkqzply1";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook pkgconfig libxslt ];
|
nativeBuildInputs = [ autoreconfHook pkgconfig libxslt ];
|
||||||
@ -38,8 +38,16 @@ in stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://www.kernel.org/pub/linux/utils/kernel/kmod/";
|
|
||||||
description = "Tools for loading and managing Linux kernel modules";
|
description = "Tools for loading and managing Linux kernel modules";
|
||||||
|
longDescription = ''
|
||||||
|
kmod is a set of tools to handle common tasks with Linux kernel modules
|
||||||
|
like insert, remove, list, check properties, resolve dependencies and
|
||||||
|
aliases. These tools are designed on top of libkmod, a library that is
|
||||||
|
shipped with kmod.
|
||||||
|
'';
|
||||||
|
homepage = "https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git/";
|
||||||
|
downloadPage = "https://www.kernel.org/pub/linux/utils/kernel/kmod/";
|
||||||
|
changelog = "https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git/plain/NEWS?h=v${version}";
|
||||||
license = licenses.lgpl21;
|
license = licenses.lgpl21;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user