linux-copperhead: 4.15.6.a -> 4.15.7.a

+2 -2
+2 -2
pkgs/os-specific/linux/kernel/linux-copperhead-hardened.nix
··· 3 with stdenv.lib; 4 5 let 6 - version = "4.15.6"; 7 revision = "a"; 8 - sha256 = "11mj7bjmzbjwalvxq2wba33d1nymvjhr6j6bpgwwhhq6aqfg7zmh"; 9 10 # modVersion needs to be x.y.z, will automatically add .0 if needed 11 modVersion = concatStrings (intersperse "." (take 3 (splitString "." "${version}.0")));
··· 3 with stdenv.lib; 4 5 let 6 + version = "4.15.7"; 7 revision = "a"; 8 + sha256 = "19kgy1fa4flnqm3a50hilgjczqkscay10183cvkzy3vxrnf8fl0f"; 9 10 # modVersion needs to be x.y.z, will automatically add .0 if needed 11 modVersion = concatStrings (intersperse "." (take 3 (splitString "." "${version}.0")));