linux-3.4: upgrade to 3.4.9

- aufs patch: upgrade to latest stable 3.4
This commit is contained in:
Mathijs Kwik 2012-08-21 10:27:13 +02:00
parent 6e9a6a5924
commit 192b29181b
2 changed files with 5 additions and 5 deletions

View File

@ -239,7 +239,7 @@ in
import ./generic.nix (
rec {
version = "3.4.7";
version = "3.4.9";
testing = false;
preConfigure = ''
@ -248,7 +248,7 @@ import ./generic.nix (
src = fetchurl {
url = "mirror://kernel/linux/kernel/v3.x/${if testing then "testing/" else ""}linux-${version}.tar.xz";
sha256 = "0y93f6vjax4bwl6w73yqxn7dnv43ywd5vf5f5q27fm7y49m9ch95";
sha256 = "02rnzpnfs7hfsglrgwr1450ssj47da1w079rmvzh1k0apy7qdpzm";
};
config = configWithPlatform stdenv.platform;

View File

@ -163,13 +163,13 @@ rec {
aufs3_4 = rec {
name = "aufs3.4";
version = "3.4";
version = "3.4.20120730";
utilRev = "91af15f977d12e02165759620005f6ce1a4d7602";
utilHash = "dda4df89828dcf0e4012d88b4aa3eda8c30af69d6530ff5fedc2411de872c996";
patch = makeAufs3StandalonePatch {
inherit version;
rev = "a5f7df8e59d57d6d9d749d49adc7e5a37ce2e342";
sha256 = "20a8f113bb654f92231726de8177eb51d7be1b900fd42c2b5f48726a7d5d3ce6";
rev = "8d7338df43d5e5372424813679c7531cf96ec260";
sha256 = "37880124df88791d51089277230df0816fc5545c9752be3fa5173385489362c6";
};
features.aufsBase = true;
features.aufs3 = true;