linux-3.3: upgrade to 3.3.8

- aufs patch: upgrade to latest stable 3.3
This commit is contained in:
Mathijs Kwik 2012-08-21 10:26:44 +02:00
parent 265b8c565b
commit 6e9a6a5924
2 changed files with 5 additions and 5 deletions

View File

@ -236,7 +236,7 @@ in
import ./generic.nix (
rec {
version = "3.3.6";
version = "3.3.8";
testing = false;
preConfigure = ''
@ -245,7 +245,7 @@ import ./generic.nix (
src = fetchurl {
url = "mirror://kernel/linux/kernel/v3.x/${if testing then "testing/" else ""}linux-${version}.tar.xz";
sha256 = "04hplilmy9ks6nxi4292mcqwil6b5vinx90w23m41bll1x32gbq8";
sha256 = "0bgppngf711mlxp0jcsnv5xc0xxc8vs5rzc1czkv2igrfb1kvrnz";
};
config = configWithPlatform stdenv.platform;

View File

@ -149,13 +149,13 @@ rec {
aufs3_3 = rec {
name = "aufs3.3";
version = "3.3";
version = "3.3.20120730";
utilRev = "91af15f977d12e02165759620005f6ce1a4d7602";
utilHash = "dda4df89828dcf0e4012d88b4aa3eda8c30af69d6530ff5fedc2411de872c996";
patch = makeAufs3StandalonePatch {
inherit version;
rev = "91c3d8c80172db05575ee82c931f3541947a6aff";
sha256 = "8fe54993b6a7a290649c193aab5a4f7f2dcecaedb5422d951f898d03753b83fb";
rev = "ff0c9f1c002ef564d7bd52dd56a9b72f4ee7ce0c";
sha256 = "cfa1a06669c984e1b8755da649aac40152e8018ee87939c5f0825100e45e196e";
};
features.aufsBase = true;
features.aufs3 = true;