linux_4_9: 4.9.14 -> 4.9.15

This commit is contained in:
Joachim Fasting 2017-03-15 20:02:29 +01:00
parent 6505c6e3df
commit 12648a455b
No known key found for this signature in database
GPG Key ID: 7544761007FE4E08
1 changed files with 2 additions and 2 deletions

View File

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