new kernel (yet another security update)
svn path=/nixpkgs/trunk/; revision=5716
This commit is contained in:
parent
3defd9a3d3
commit
8b53847880
@ -3,11 +3,11 @@
|
||||
assert stdenv.system == "i686-linux";
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "linux-2.6.17.4";
|
||||
name = "linux-2.6.17.5";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.nluug.nl/pub/os/Linux/system/kernel/v2.6/linux-2.6.17.4.tar.bz2;
|
||||
md5 = "d33826d07134d33e526f3e828af24287";
|
||||
url = ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.17.5.tar.bz2;
|
||||
md5 = "7db2d258700c135bf490c4ea63edafe3";
|
||||
};
|
||||
config = ./config-2.6.17.1;
|
||||
inherit perl;
|
||||
|
Loading…
Reference in New Issue
Block a user