linux_4_15: fix a partial version downgrade on staging merge

This commit is contained in:
Michael Raskin 2018-02-08 12:43:08 +01:00
parent 50a9d51a09
commit a600b621c8

View File

@ -3,7 +3,7 @@
with stdenv.lib;
buildLinux (args // rec {
version = "4.15.1";
version = "4.15.2";
# modDirVersion needs to be x.y.z, will automatically add .0 if needed
modDirVersion = concatStrings (intersperse "." (take 3 (splitString "." "${version}.0")));