Skip to content

Commit

Permalink
linux: 4.14.46 -> 4.14.47
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed May 30, 2018
1 parent 943d2fc commit 4afe59c
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;

buildLinux (args // rec {
version = "4.14.46";
version = "4.14.47";

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

0 comments on commit 4afe59c

Please sign in to comment.