Skip to content

Commit

Permalink
linux: 4.9.20 -> 4.9.21
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Apr 8, 2017
1 parent f7b97df commit 016a319
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.20";
version = "4.9.21";
extraMeta.branch = "4.9";

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

kernelPatches = args.kernelPatches;
Expand Down

0 comments on commit 016a319

Please sign in to comment.