Some corrections to 2.6.23-rc8; builds now

svn path=/nixpkgs/trunk/; revision=9383
This commit is contained in:
Michael Raskin
2007-09-28 20:34:48 +00:00
parent 0274e5e95a
commit 1994bd5b6a
2 changed files with 15 additions and 13 deletions

View File

@@ -24,7 +24,7 @@ let
lib = import ../../../lib;
version = "2.6.22.9";
version = "2.6.22";
in
@@ -34,7 +34,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "mirror://kernel/linux/kernel/v2.6/linux-${version}.tar.bz2";
sha256 = "19rspc22ld2xxdgik10c876m1lbxhcb1k3f31fg404dp21nxvkhq";
sha256 = "73c10604c53f1a6ee65ef805293d23903696f8cef864f42d7de9506f0d2ba4c7";
};
patches = map (p: p.patch) kernelPatches;