Skip to content

Commit

Permalink
linux: 4.14.18 -> 4.14.19
Browse files Browse the repository at this point in the history
(cherry picked from commit 3b9f687)
  • Loading branch information
NeQuissimus committed Feb 13, 2018
1 parent c831224 commit d074c84
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.18";
version = "4.14.19";

# 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 = "0m73kz9jg6mylgql0zzypm76g6x7m3bq7dklivhkm4ldqg0r8sl6";
sha256 = "0gj7mq0dnb914mm4rari9z2cxbybskv1587606aq6f9nv1qp3kn5";
};
} // (args.argsOverride or {}))

0 comments on commit d074c84

Please sign in to comment.