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

This commit is contained in:
Tim Steinbach 2018-03-25 15:05:35 -04:00
parent 1d41231daa
commit 026d53020c
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.12";
version = "4.15.13";
revision = "a";
sha256 = "1n0sqhqvm9p6w1yh7si8rw84qxf9c5kch7pvjyrp51ir1xh7grfr";
sha256 = "0zmamaf600jja3m2i41rysxq0rqixiz1vvd1nf5bd8piqkd8dbvf";
# modVersion needs to be x.y.z, will automatically add .0 if needed
modVersion = concatStrings (intersperse "." (take 3 (splitString "." "${version}.0")));