Skip to content

Commit

Permalink
Merge #16044: kernel: 4.1.20 -> 4.1.25
Browse files Browse the repository at this point in the history
(cherry picked from commit c0895be)
  • Loading branch information
vcunat committed Jun 9, 2016
1 parent 8eb4397 commit e61983e
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
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:

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

src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "1dpq8dgj351jzm7n6330a4xriz9dxv7d9wxzj9zn9q7ya22np9gs";
sha256 = "0rfs5vn9ggymd426jr4gkhgk9bnn1g9c5x7k3xgfh4i08mq1920f";
};

kernelPatches = args.kernelPatches;
Expand Down

0 comments on commit e61983e

Please sign in to comment.