3
0
Fork 0
forked from mirrors/nixpkgs

* Linux 2.6.25.1.

svn path=/nixpkgs/trunk/; revision=11764
This commit is contained in:
Eelco Dolstra 2008-05-06 12:49:37 +00:00
parent bbb2ccf825
commit c3e2c90fb6

View file

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