Skip to content

Commit

Permalink
kernel: 4.9.27 -> 4.9.28
Browse files Browse the repository at this point in the history
(cherry picked from commit ba58564)
  • Loading branch information
dezgeg authored and edolstra committed May 16, 2017
1 parent de9f180 commit c9700e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/kernel/linux-4.9.nix
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:

import ./generic.nix (args // rec {
version = "4.9.27";
version = "4.9.28";
extraMeta.branch = "4.9";

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

kernelPatches = args.kernelPatches;
Expand Down

0 comments on commit c9700e6

Please sign in to comment.