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

This commit is contained in:
Tim Steinbach 2018-03-09 12:32:54 -05:00
parent 245dcb4a58
commit 72dede4203
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.7";
version = "4.15.8";
revision = "a";
sha256 = "19kgy1fa4flnqm3a50hilgjczqkscay10183cvkzy3vxrnf8fl0f";
sha256 = "0bkvg93r1j7shls29yz3zi34lx71i3ylcsdyhdc9plzwb3chnpqg";
# modVersion needs to be x.y.z, will automatically add .0 if needed
modVersion = concatStrings (intersperse "." (take 3 (splitString "." "${version}.0")));