linux-copperhead: 4.15.18.a -> 4.14.36.a

The 4.15.x series is EOL'd, we should instead follow the LTS kernel
This commit is contained in:
Tim Steinbach 2018-04-27 02:04:08 +00:00
parent 7f3832bf93
commit 4975378b21
No known key found for this signature in database
GPG Key ID: 472BFCCA96BD0EDA

View File

@ -3,9 +3,9 @@
with stdenv.lib;
let
version = "4.15.18";
version = "4.14.36";
revision = "a";
sha256 = "1wld16i3r06mqxwwkghsxnnivg1jpc6c15y9iclhdgl4srcs1qp6";
sha256 = "052ck8giy5nxy7871crhx6cdkgzzzpffdm8ilq1ys0rd3vldzl9b";
# modVersion needs to be x.y.z, will automatically add .0 if needed
modVersion = concatStrings (intersperse "." (take 3 (splitString "." "${version}.0")));