forked from mirrors/nixpkgs
Updating linux 2.6.38 to 2.6.38.2
svn path=/nixpkgs/trunk/; revision=26832
This commit is contained in:
parent
49a08c4f97
commit
9d0df24860
1 changed files with 2 additions and 2 deletions
|
@ -191,11 +191,11 @@ in
|
|||
import ./generic.nix (
|
||||
|
||||
rec {
|
||||
version = "2.6.38";
|
||||
version = "2.6.38.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://kernel/linux/kernel/v2.6/linux-${version}.tar.bz2";
|
||||
sha256 = "014kgc9f4n1ivnxgbggc85v64cjk6z82sx2sklhnpj4dzfpczw3j";
|
||||
sha256 = "07adgkbb94vdbj98kxm9b9xyfna19xwidi489kfdvljx673189sm";
|
||||
};
|
||||
|
||||
config = configWithPlatform stdenv.platform;
|
||||
|
|
Loading…
Add table
Reference in a new issue