From 608cee44cc8a4b0e08ba60fc1dfbcd758f0d0490 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Mon, 3 Feb 2014 18:42:04 -0500 Subject: [PATCH] kmod: bump Signed-off-by: Shea Levy --- pkgs/os-specific/linux/kmod/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/os-specific/linux/kmod/default.nix b/pkgs/os-specific/linux/kmod/default.nix index acea2e4435cc..378e1a87d07a 100644 --- a/pkgs/os-specific/linux/kmod/default.nix +++ b/pkgs/os-specific/linux/kmod/default.nix @@ -1,11 +1,11 @@ { stdenv, fetchurl, xz, zlib, pkgconfig, libxslt }: stdenv.mkDerivation rec { - name = "kmod-15"; + name = "kmod-16"; src = fetchurl { 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.