linux-copperhead: 4.14.9.b -> 4.14.10.a

This commit is contained in:
Tim Steinbach 2017-12-30 15:22:24 -05:00
parent 122720ff2b
commit 02bc3f4e3a
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.14.9";
version = "4.14.10";
revision = "a";
sha256 = "1pqlk381ryspp2b1c4kwqw7a68jma8d6x4xvafh0x5k9mcn2i9i0";
sha256 = "1dz1kgg8jvw2xzbv1r867r1c29gpiyhgac7pwpaps609v563a154";
# modVersion needs to be x.y.z, will automatically add .0 if needed
modVersion = concatStrings (intersperse "." (take 3 (splitString "." "${version}.0")));