linux-3.9: upgrade to 3.9.5

This commit is contained in:
Mathijs Kwik 2013-06-09 20:26:14 +02:00
parent 604652f1da
commit fc5946ac4b

View File

@ -253,7 +253,7 @@ in
import ./generic.nix (
rec {
version = "3.9.4";
version = "3.9.5";
testing = false;
preConfigure = ''
@ -262,7 +262,7 @@ import ./generic.nix (
src = fetchurl {
url = "mirror://kernel/linux/kernel/v3.x/${if testing then "testing/" else ""}linux-${version}.tar.xz";
sha256 = "121n82731il7c329psa21xzg8yci7j4w3f2px6v2gh3z82ijkc4i";
sha256 = "05y3wrvady60p8ksjwwa5c2jia2ax9q0p7lhr62yafywh5piyfbw";
};
config = configWithPlatform stdenv.platform;