Skip to content

Commit

Permalink
linux_4_15: fix a partial version downgrade on staging merge
Browse files Browse the repository at this point in the history
  • Loading branch information
7c6f434c committed Feb 8, 2018
1 parent 50a9d51 commit a600b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/os-specific/linux/kernel/linux-4.15.nix
Expand Up @@ -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")));
Expand Down

0 comments on commit a600b62

Please sign in to comment.