Skip to content

Commit

Permalink
linux: 4.13.14 -> 4.13.15
Browse files Browse the repository at this point in the history
(cherry picked from commit 332ac0b)
  • Loading branch information
NeQuissimus committed Nov 21, 2017
1 parent 48bf1f4 commit 5125792
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.14";
version = "4.13.15";
extraMeta.branch = "4.13";

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

0 comments on commit 5125792

Please sign in to comment.