Skip to content

Commit

Permalink
linux: 4.13.13 -> 4.13.14
Browse files Browse the repository at this point in the history
(cherry picked from commit 790f096)
  • Loading branch information
NeQuissimus committed Nov 18, 2017
1 parent 1d24ee9 commit db91553
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.13";
version = "4.13.14";
extraMeta.branch = "4.13";

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

0 comments on commit db91553

Please sign in to comment.