Skip to content

Commit

Permalink
linux: 4.14.10 -> 4.14.11
Browse files Browse the repository at this point in the history
(cherry picked from commit 1e129a3)
  • Loading branch information
NeQuissimus committed Jan 3, 2018
1 parent 31dfb58 commit dd396ef
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.10";
version = "4.14.11";

# 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 = "046i3vcnhavblid71hrqdid4aay0rrcpzbiwlkcvs0x09hvz3fl6";
sha256 = "02kdp2k27gqqfxjv78wqlvqn1niin72masxs97mlw79za5m9as3p";
};
} // (args.argsOverride or {}))

0 comments on commit dd396ef

Please sign in to comment.