linux-copperhead: 4.15.11.a -> 4.15.12.a

This commit is contained in:
Tim Steinbach 2018-03-22 09:16:01 -04:00
parent 76ea0e1b2e
commit ac885e078e
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.11";
version = "4.15.12";
revision = "a";
sha256 = "09xyg3i2m5cv9cpl3pry579p40iphzsn1pif7046rvc7zfrjzl8d";
sha256 = "1n0sqhqvm9p6w1yh7si8rw84qxf9c5kch7pvjyrp51ir1xh7grfr";
# modVersion needs to be x.y.z, will automatically add .0 if needed
modVersion = concatStrings (intersperse "." (take 3 (splitString "." "${version}.0")));