linux-copperhead: 4.15.9.a -> 4.15.10.a

This commit is contained in:
Tim Steinbach 2018-03-15 16:28:09 -04:00
parent 208abe9ae3
commit ff9db1ffc4
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.9";
version = "4.15.10";
revision = "a";
sha256 = "0nnim0ziibrg6ihipnkgmy0ssmwgjy5lyzfj78snvw5fmp5a9k74";
sha256 = "02plwrj6d7wzwf6w8q2cxspy2q58i3v46clm2vf8m9x6mm88jrzx";
# modVersion needs to be x.y.z, will automatically add .0 if needed
modVersion = concatStrings (intersperse "." (take 3 (splitString "." "${version}.0")));