another security update -> 2.6.17.4
svn path=/nixpkgs/trunk/; revision=5652
This commit is contained in:
parent
439bc42676
commit
96ec0645aa
1 changed files with 3 additions and 3 deletions
|
@ -3,11 +3,11 @@
|
|||
assert stdenv.system == "i686-linux";
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "linux-2.6.17.3";
|
||||
name = "linux-2.6.17.4";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.nluug.nl/pub/os/Linux/system/kernel/v2.6/linux-2.6.17.3.tar.bz2;
|
||||
md5 = "14bcbbbb4206ff8ec863f9f3aa21293d";
|
||||
url = ftp://ftp.nluug.nl/pub/os/Linux/system/kernel/v2.6/linux-2.6.17.4.tar.bz2;
|
||||
md5 = "d33826d07134d33e526f3e828af24287";
|
||||
};
|
||||
config = ./config-2.6.17.1;
|
||||
inherit perl;
|
||||
|
|
Loading…
Reference in a new issue