3
0
Fork 0
forked from mirrors/nixpkgs

linux: 3.18.40 -> 3.18.42

This commit is contained in:
Franz Pletz 2016-09-25 00:07:34 +02:00
parent 31ff655e46
commit 17402fc4a3
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -1,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
version = "3.18.40";
version = "3.18.42";
extraMeta.branch = "3.18";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v3.x/linux-${version}.tar.xz";
sha256 = "0x94lp4vkw1472m8sq308r8aw96nirkwppkjvqi2240ayw89d5jb";
sha256 = "0ymimvy8kp2a2x0h31m3sipwx1h80576ws04k3cl49wgcgjwpwn4";
};
kernelPatches = args.kernelPatches;