Skip to content

Commit

Permalink
linux: 4.14.26 -> 4.14.27
Browse files Browse the repository at this point in the history
(cherry picked from commit cad9fabfc26a6c2e31f61966b2e6a24e3f3acf16)
  • Loading branch information
NeQuissimus committed Mar 15, 2018
1 parent 408c8c0 commit 10e896f
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.26";
version = "4.14.27";

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

0 comments on commit 10e896f

Please sign in to comment.