Skip to content

Commit

Permalink
linux: 4.14.17 -> 4.14.18
Browse files Browse the repository at this point in the history
(cherry picked from commit 0b43d5a)
  • Loading branch information
NeQuissimus committed Feb 8, 2018
1 parent 3d985c4 commit e90bd5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/kernel/linux-4.14.nix
Expand Up @@ -3,13 +3,13 @@
with stdenv.lib;

import ./generic.nix (args // rec {
version = "4.14.17";
version = "4.14.18";

# branchVersion needs to be x.y
extraMeta.branch = concatStrings (intersperse "." (take 2 (splitString "." version)));

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

0 comments on commit e90bd5f

Please sign in to comment.