linux: 4.9.49 -> 4.9.50

(cherry picked from commit 5e4fcb63ac76e10aa36623477ebbafc00e3bcda1)
This commit is contained in:
Tim Steinbach
2017-09-14 08:39:58 -04:00
parent ede357afda
commit 1e588f9bc3

View File

@@ -1,12 +1,12 @@
{ stdenv, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
version = "4.9.49";
version = "4.9.50";
extraMeta.branch = "4.9";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "1ywiww2h1gf3ps305irzk7n9xkcgg9bclr2jw6r5cqxmh3qxrv2p";
sha256 = "0dhm5w7qa1hyqp254r41b4nhf10a8w7sv1mhd16f61inpb41829c";
};
kernelPatches = args.kernelPatches;