linux_4_15: fix a partial version downgrade on staging merge

+1 -1
+1 -1
pkgs/os-specific/linux/kernel/linux-4.15.nix
··· 3 with stdenv.lib; 4 5 buildLinux (args // rec { 6 - version = "4.15.1"; 7 8 # modDirVersion needs to be x.y.z, will automatically add .0 if needed 9 modDirVersion = concatStrings (intersperse "." (take 3 (splitString "." "${version}.0")));
··· 3 with stdenv.lib; 4 5 buildLinux (args // rec { 6 + version = "4.15.2"; 7 8 # modDirVersion needs to be x.y.z, will automatically add .0 if needed 9 modDirVersion = concatStrings (intersperse "." (take 3 (splitString "." "${version}.0")));