Skip to content

Commit

Permalink
Merge #19892: kernel: 4.1.33 -> 4.1.35
Browse files Browse the repository at this point in the history
(cherry picked from commit 6404a30)
  • Loading branch information
vcunat committed Oct 26, 2016
1 parent 0de7eeb commit ebed0ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/kernel/linux-4.1.nix
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:

import ./generic.nix (args // rec {
version = "4.1.33";
version = "4.1.35";
extraMeta.branch = "4.1";

src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "15ms5mvvf0wpmscv8l5irp4j7j3l6k61hcjx9ln41pz6si00zj3l";
sha256 = "0jn09hs91d5fi6615v9fnbpggyh1x192q6faggpbb90q110g0jjl";
};

kernelPatches = args.kernelPatches;
Expand Down

0 comments on commit ebed0ac

Please sign in to comment.