Skip to content

Commit

Permalink
linux: 4.13.6 -> 4.13.7
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Oct 14, 2017
1 parent 55bc53d commit 8c618fc
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.6";
version = "4.13.7";
extraMeta.branch = "4.13";

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

0 comments on commit 8c618fc

Please sign in to comment.