kmod: 20 -> 21

This commit is contained in:
William A. Kennington III 2015-06-18 23:50:41 -07:00
parent fe03404ade
commit ad9081411c

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, xz, zlib, pkgconfig, libxslt }:
stdenv.mkDerivation rec {
name = "kmod-20";
name = "kmod-21";
src = fetchurl {
url = "mirror://kernel/linux/utils/kernel/kmod/${name}.tar.xz";
sha256 = "186sz8b82n02yykza6a1q8fk80fl5gx0nr42wpmzjc9w36ia3hc9";
sha256 = "1h4m1mkknxcshsz1qbg9riszmynix2ikg7q8inq7bkvlmx4982hn";
};
# Disable xz/zlib support to prevent needing them in the initrd.