kmod: 18 -> 20
This commit is contained in:
parent
5c3cdaf351
commit
9c78bbd405
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, xz, zlib, pkgconfig, libxslt }:
|
{ stdenv, fetchurl, xz, zlib, pkgconfig, libxslt }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "kmod-18";
|
name = "kmod-20";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://kernel/linux/utils/kernel/kmod/${name}.tar.xz";
|
url = "mirror://kernel/linux/utils/kernel/kmod/${name}.tar.xz";
|
||||||
sha256 = "e16e57272b54acb219c465b334715cfdddb5d97ff5d8948d4830ca1a372a868e";
|
sha256 = "186sz8b82n02yykza6a1q8fk80fl5gx0nr42wpmzjc9w36ia3hc9";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Disable xz/zlib support to prevent needing them in the initrd.
|
# Disable xz/zlib support to prevent needing them in the initrd.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user