kmod: bump

Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
Shea Levy 2014-02-03 18:42:04 -05:00
parent bc6aa21b05
commit 608cee44cc

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, xz, zlib, pkgconfig, libxslt }: { stdenv, fetchurl, xz, zlib, pkgconfig, libxslt }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "kmod-15"; name = "kmod-16";
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 = "17nasn7kpbmbcgyfn9lh50k00bg6qmccxrhzd2m4d6wjw6khxvz8"; sha256 = "63412efab37c70459ccef167556965c93fd4f56af5986cd3750542a684c613c5";
}; };
# Disable xz/zlib support to prevent needing them in the initrd. # Disable xz/zlib support to prevent needing them in the initrd.