* Linux 2.6.23.12.

svn path=/nixpkgs/trunk/; revision=9965
This commit is contained in:
Eelco Dolstra
2007-12-24 13:43:25 +00:00
parent 5c6cb19b3d
commit 07eedae576
2 changed files with 6 additions and 8 deletions

View File

@@ -28,7 +28,7 @@ let
lib = import ../../../lib;
version = "2.6.23.1";
version = "2.6.23.12";
in
@@ -38,7 +38,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "mirror://kernel/linux/kernel/v2.6/linux-${version}.tar.bz2";
sha256 = "0737g83h7jbrlss8782b17mhc3nfn8qfbh5s71flz8pjxmbbmg1m";
sha256 = "1x3ngnhyxy9rlaislm2hzijaaa2mp8v930dyp8zmmhjdpzjf3w8k";
};
patches = map (p: p.patch) kernelPatches;