Skip to content

Commit

Permalink
linux: 4.14.12 -> 4.14.13
Browse files Browse the repository at this point in the history
(cherry picked from commit 951b362b30d23648fe124ceb5a48906d63337a3d)
  • Loading branch information
NeQuissimus committed Jan 10, 2018
1 parent 451087f commit d75b833
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.12";
version = "4.14.13";

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

0 comments on commit d75b833

Please sign in to comment.