From 30420115a4b8678bc7e9a110de168c188f4c6332 Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Fri, 29 Mar 2013 08:26:15 +0400 Subject: [PATCH] Fix Linux 3.9-rc modDir --- pkgs/os-specific/linux/kernel/linux-3.9.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/os-specific/linux/kernel/linux-3.9.nix b/pkgs/os-specific/linux/kernel/linux-3.9.nix index fede15200845..24d4806b5181 100644 --- a/pkgs/os-specific/linux/kernel/linux-3.9.nix +++ b/pkgs/os-specific/linux/kernel/linux-3.9.nix @@ -252,7 +252,7 @@ import ./generic.nix ( rec { version = "3.9-rc4"; - modDirVersion = "3.9.0-rc3"; + modDirVersion = "3.9.0-rc4"; testing = true; preConfigure = ''