mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
another security update -> 2.6.17.4
svn path=/nixpkgs/trunk/; revision=5652
This commit is contained in:
parent
439bc42676
commit
96ec0645aa
@ -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 New Issue
Block a user