Skip to content

Commit

Permalink
linux: 4.14.28 -> 4.14.29
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Mar 22, 2018
1 parent f744f83 commit deb9ff1
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
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
with stdenv.lib;

buildLinux (args // rec {
version = "4.14.28";
version = "4.14.29";

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

0 comments on commit deb9ff1

Please sign in to comment.