Skip to content

Commit

Permalink
linux: 4.13.15 -> 4.13.16
Browse files Browse the repository at this point in the history
(cherry picked from commit 25155bd2ec966a78505a12d9fd71a929a238c57d)
  • Loading branch information
NeQuissimus committed Nov 24, 2017
1 parent acbdc7d commit ba35685
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.15";
version = "4.13.16";
extraMeta.branch = "4.13";

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

0 comments on commit ba35685

Please sign in to comment.