forked from mirrors/nixpkgs
Linux 3.3.4 (not compile tested, sorry
svn path=/nixpkgs/trunk/; revision=33956
This commit is contained in:
parent
930185a408
commit
242e54dab6
|
@ -233,7 +233,7 @@ in
|
|||
import ./generic.nix (
|
||||
|
||||
rec {
|
||||
version = "3.3.3";
|
||||
version = "3.3.4";
|
||||
testing = false;
|
||||
|
||||
preConfigure = ''
|
||||
|
@ -242,7 +242,7 @@ import ./generic.nix (
|
|||
|
||||
src = fetchurl {
|
||||
url = "mirror://kernel/linux/kernel/v3.x/${if testing then "testing/" else ""}linux-${version}.tar.xz";
|
||||
sha256 = "1i0wxn40iwv4pl3azqq1dhzxi0sxfk4na3lrl9n8k5aip74yqyfb";
|
||||
sha256 = "0c3bayhbvlrmfqqq43s4vp194wc97lss2vwng1dhslll7yady286";
|
||||
};
|
||||
|
||||
config = configWithPlatform stdenv.platform;
|
||||
|
|
Loading…
Reference in a new issue