linux: 4.4.47 -> 4.4.48

This commit is contained in:
Franz Pletz 2017-02-09 16:27:16 +01:00
parent 3d9017602b
commit 9d8248517e
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 = "4.4.47";
version = "4.4.48";
extraMeta.branch = "4.4";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "1rsdz7bqqc3vzh24ii74rwphgi317f9nadxdr2dkxfipdw0w02nf";
sha256 = "09c0rfm9ycyjyz0nsz34fa1cvfzx8pyzcmxhyz0dqiw6x4fqal3w";
};
kernelPatches = args.kernelPatches;