linux-3.4: kernel 3.4.18, contains fix for recent ext4 corruption

This commit is contained in:
Mathijs Kwik 2012-11-05 20:39:29 +01:00
parent a1c54023ce
commit 97c5b93402

View File

@ -239,7 +239,7 @@ in
import ./generic.nix (
rec {
version = "3.4.16";
version = "3.4.18";
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 = "1dg8zy33vri71yv6zavyfyr5dg2wl4xz5ll8gqa4kjlq8hn8d5s2";
sha256 = "196m681612k6xq62bf9ryii0vzmj23z605s0xc35x0cqhhx1wq16";
};
config = configWithPlatform stdenv.platform;