Skip to content

Commit

Permalink
linux: 4.13.5 -> 4.13.6
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Oct 12, 2017
1 parent 8940265 commit 5a8f9a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/kernel/linux-4.13.nix
@@ -1,11 +1,11 @@
{ stdenv, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:

import ./generic.nix (args // rec {
version = "4.13.5";
version = "4.13.6";
extraMeta.branch = "4.13";

src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "1qi5zxby5qwdv0485gia2jz38dly4ncn10zi3grcckwxc3d5ms59";
sha256 = "0l30vlxmp49mm743cydkvr3wfw4nmh0q71avasnksd8xmv71km27";
};
} // (args.argsOverride or {}))

0 comments on commit 5a8f9a8

Please sign in to comment.