mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
update from 2.6.17.5 to 2.6.17.6. They are releasing kernels so fast that
2.6.17.4 was still the latest on ftp.nluug.nl when 2.6.17.6 was released :S svn path=/nixpkgs/trunk/; revision=5717
This commit is contained in:
parent
8b53847880
commit
b9f6522b7c
@ -3,11 +3,11 @@
|
||||
assert stdenv.system == "i686-linux";
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "linux-2.6.17.5";
|
||||
name = "linux-2.6.17.6";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.17.5.tar.bz2;
|
||||
md5 = "7db2d258700c135bf490c4ea63edafe3";
|
||||
url = ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.17.6.tar.bz2;
|
||||
md5 = "5013fbe6049e32675187c203aef92218";
|
||||
};
|
||||
config = ./config-2.6.17.1;
|
||||
inherit perl;
|
||||
|
Loading…
Reference in New Issue
Block a user