Skip to content

Commit

Permalink
linux: 4.14.6 -> 4.14.7
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Dec 18, 2017
1 parent dc5127d commit cbd337b
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,7 +3,7 @@
with stdenv.lib;

import ./generic.nix (args // rec {
version = "4.14.6";
version = "4.14.7";

# modDirVersion needs to be x.y.z, will automatically add .0 if needed
modDirVersion = concatStrings (intersperse "." (take 3 (splitString "." "${version}.0")));
Expand All @@ -13,6 +13,6 @@ import ./generic.nix (args // rec {

src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "1k3c6kmb7zwyh1ga3jb1bimqjszmcdihn2ndvvdns57am65nf1q9";
sha256 = "1v1944xxay460la2mpbk3gj7gvkfnb9v5bwcl7qp2g6h8a5bgkhl";
};
} // (args.argsOverride or {}))

0 comments on commit cbd337b

Please sign in to comment.