Skip to content

Commit

Permalink
linux: 4.14.41 -> 4.14.42
Browse files Browse the repository at this point in the history
(cherry picked from commit 33632bc43e26552f3dc1e33726e18cf0d7301b0f)
  • Loading branch information
NeQuissimus committed May 21, 2018
1 parent b39f010 commit 6505576
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.41";
version = "4.14.42";

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

0 comments on commit 6505576

Please sign in to comment.